summaryrefslogtreecommitdiff
path: root/include/chipset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chipset.h')
-rw-r--r--include/chipset.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/chipset.h b/include/chipset.h
index e652ec23d8..e5765a00a4 100644
--- a/include/chipset.h
+++ b/include/chipset.h
@@ -75,4 +75,9 @@ void chipset_force_shutdown(void);
*/
void chipset_reset(int cold_reset);
+/**
+ * Return the auto-hibernate delay in seconds.
+ */
+int chipset_get_auto_hibernate_delay(void);
+
#endif /* __CROS_EC_CHIPSET_H */