summaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/system.h b/include/system.h
index 4df0fb1bad..1854e7373a 100644
--- a/include/system.h
+++ b/include/system.h
@@ -494,4 +494,11 @@ int system_rolling_reboot_suspected(void);
* @return a boolean, set to True if a rollback is detected.
*/
int system_rollback_detected(void);
+
+/**
+ * Returns non-zero value when firmware is expected to be abe to detect user
+ * request to cut off battery supply.
+ */
+int system_battery_cutoff_support_required(void);
+
#endif /* __CROS_EC_SYSTEM_H */