|
@@ -292,6 +292,15 @@ void wmi_set_is_wow_bus_suspended(wmi_unified_t wmi_handle, A_BOOL val);
|
|
|
*/
|
|
|
void wmi_tag_crash_inject(wmi_unified_t wmi_handle, A_BOOL flag);
|
|
|
|
|
|
+/**
|
|
|
+ * WMI API to set target assert
|
|
|
+ * @param wmi_handle: handle to WMI.
|
|
|
+ * @param val: target assert config value.
|
|
|
+ *
|
|
|
+ * Return: none.
|
|
|
+ */
|
|
|
+void wmi_set_tgt_assert(wmi_unified_t wmi_handle, bool val);
|
|
|
+
|
|
|
/**
|
|
|
* generic function to block unified WMI command
|
|
|
* @param wmi_handle : handle to WMI.
|