summaryrefslogtreecommitdiff
path: root/include/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/power.h')
-rw-r--r--include/power.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/include/power.h b/include/power.h
index 6a133749bf..9c9e912c6d 100644
--- a/include/power.h
+++ b/include/power.h
@@ -142,5 +142,15 @@ void power_set_pause_in_s5(int pause);
* @return Believed sleep state of host.
*/
enum host_sleep_event power_get_host_sleep_state(void);
-#endif
+
+#ifdef CONFIG_POWER_S0IX
+/**
+ * Reset the sleep state reported by the host.
+ *
+ * @param sleep_event Reset sleep state.
+ */
+void power_reset_host_sleep_state(enum host_sleep_event sleep_event);
+#endif /* CONFIG_POWER_S0IX */
+#endif /* CONFIG_POWER_TRACK_HOST_SLEEP_STATE */
+
#endif /* __CROS_EC_POWER_H */