diff --git a/wmi_unified_api.h b/wmi_unified_api.h index ca7fd63c9d..e0800051f3 100644 --- a/wmi_unified_api.h +++ b/wmi_unified_api.h @@ -220,6 +220,17 @@ wmi_unified_register_event_handler(wmi_unified_t wmi_handle, wmi_unified_event_handler handler_func, uint8_t rx_ctx); +/** + * WMI event handler unregister function for converged componets + * + * @param wmi_handle : handle to WMI. + * @param event_id : WMI event ID + * @return 0 on success and -ve on failure. + */ +int +wmi_unified_unregister_event(wmi_unified_t wmi_handle, + uint32_t event_id); + /** * WMI event handler unregister function *