qcacmn: Add WMI APIs to get endpoint ID
Add WMI layer APIs to get endpoint ID. Change-Id: Id1b3f951755f662344239e306312db5b31b32296 CRs-Fixed: 3408703
This commit is contained in:

committed by
Madan Koyyalamudi

parent
10fe6982eb
commit
fd71acd187
@@ -669,6 +669,15 @@ wmi_is_blocked(wmi_unified_t wmi_handle);
|
||||
void
|
||||
wmi_flush_endpoint(wmi_unified_t wmi_handle);
|
||||
|
||||
/**
|
||||
* wmi_get_endpoint() - API to get endpoint ID
|
||||
* @wmi_handle: handle to WMI.
|
||||
*
|
||||
* Return Handle to endpoint
|
||||
*/
|
||||
HTC_ENDPOINT_ID
|
||||
wmi_get_endpoint(wmi_unified_t wmi_handle);
|
||||
|
||||
/**
|
||||
* wmi_interface_sequence_stop() - API to stop wmi sequence check
|
||||
*
|
||||
|
Reference in New Issue
Block a user