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:
Dustin Brown
2017-04-03 17:00:07 -07:00
zatwierdzone przez Sandeep Puligilla
rodzic 52e9bb6d6f
commit 536064a37e
7 zmienionych plików z 282 dodań i 2 usunięć

Wyświetl plik

@@ -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_ */