aboutsummaryrefslogtreecommitdiff
path: root/include/soc/qcom/subsystem_restart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/soc/qcom/subsystem_restart.h')
-rw-r--r--include/soc/qcom/subsystem_restart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/soc/qcom/subsystem_restart.h b/include/soc/qcom/subsystem_restart.h
index 61007a32528..3c0fc0102e9 100644
--- a/include/soc/qcom/subsystem_restart.h
+++ b/include/soc/qcom/subsystem_restart.h
@@ -45,6 +45,8 @@ struct module;
* @ssctl_instance_id: Instance id used to connect with SSCTL service
* @sysmon_pid: pdev id that sysmon is probed with for the subsystem
* @sysmon_shutdown_ret: Return value for the call to sysmon_send_shutdown
+ * @system_debug: If "set", triggers a device restart when the
+ * subsystem's wdog bite handler is invoked.
*/
struct subsys_desc {
const char *name;
@@ -72,6 +74,7 @@ struct subsys_desc {
int ssctl_instance_id;
u32 sysmon_pid;
int sysmon_shutdown_ret;
+ bool system_debug;
};
/**