qcacmn: Implement WMI/Credit History log print APIs
Create output agnostic log print APIs for WMI and Credit History to enhance the debugging experience. Change-Id: Ie89a9cb3b54c373ac2610d62003e940da17696d8 CRs-Fixed: 2028762
This commit is contained in:

zatwierdzone przez
Sandeep Puligilla

rodzic
52e9bb6d6f
commit
536064a37e
@@ -802,4 +802,10 @@ void htc_set_wmi_endpoint_count(HTC_HANDLE htc_handle, uint8_t wmi_ep_count);
|
||||
* return: WMI enpoint count
|
||||
*/
|
||||
uint8_t htc_get_wmi_endpoint_count(HTC_HANDLE htc_handle);
|
||||
|
||||
#ifdef WMI_INTERFACE_EVENT_LOGGING
|
||||
void htc_print_credit_history(HTC_HANDLE htc, uint32_t count,
|
||||
qdf_abstract_print * print, void *print_priv);
|
||||
#endif
|
||||
|
||||
#endif /* _HTC_API_H_ */
|
||||
|
Reference in New Issue
Block a user