qcacmn: Add new apis for High Latency systems (Part 3 - HL Datapath)

Add two new apis of dump bundle stats and clear bundle stats
for debug logging support.

CRs-Fixed: 975526
Change-Id: If8e3bc2bc5e5a4f1b2e180d7d5c4ce0695e933ee
This commit is contained in:
Poddar, Siddarth
2016-04-28 11:41:57 +05:30
کامیت شده توسط Vishwajith Upendra
والد 0f1038d24d
کامیت df030095a3
5فایلهای تغییر یافته به همراه230 افزوده شده و 6 حذف شده

مشاهده پرونده

@@ -730,4 +730,23 @@ void htc_ipa_get_ce_resource(HTC_HANDLE htc_handle,
ce_reg_paddr) /* NO-OP */
#endif /* IPA_OFFLOAD */
#if defined(DEBUG_HL_LOGGING) && defined(CONFIG_HL_SUPPORT)
/**
* htc_dump_bundle_stats() - dump tx and rx htc message bundle stats
* @HTCHandle: htc handle
*
* Return: None
*/
void htc_dump_bundle_stats(HTC_HANDLE HTCHandle);
/**
* htc_clear_bundle_stats() - clear tx and rx htc message bundle stats
* @HTCHandle: htc handle
*
* Return: None
*/
void htc_clear_bundle_stats(HTC_HANDLE HTCHandle);
#endif
#endif /* _HTC_API_H_ */