summaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/system.h b/include/system.h
index 1b1e45c2a1..325d76f702 100644
--- a/include/system.h
+++ b/include/system.h
@@ -338,6 +338,11 @@ const char *system_get_build_info(void);
* Stay in RO next reboot, instead of potentially selecting RW during EFS.
*/
#define SYSTEM_RESET_STAY_IN_RO BIT(6)
+/*
+ * Hibernate reset. Reset EC when wake up from hibernate mode
+ * (the most power saving mode).
+ */
+#define SYSTEM_RESET_HIBERNATE BIT(7)
/**
* Reset the system.