summaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/system.h b/include/system.h
index 1c04ee3404..7b08683ac0 100644
--- a/include/system.h
+++ b/include/system.h
@@ -489,4 +489,12 @@ uint32_t system_get_board_properties(void);
*/
uint32_t system_board_properties_callback(void);
+/**
+ * A function provided by some platforms to hint that something is going
+ * wrong.
+ *
+ * @return a boolean, set to True if rolling reboot condition is suspected.
+ */
+int system_rolling_reboot_suspected(void);
+
#endif /* __CROS_EC_SYSTEM_H */