summaryrefslogtreecommitdiff
path: root/include/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/power.h')
-rw-r--r--include/power.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/power.h b/include/power.h
index 2c57209e84..2688852e44 100644
--- a/include/power.h
+++ b/include/power.h
@@ -145,6 +145,11 @@ void power_set_state(enum power_state new_state);
*/
enum power_state power_get_state(void);
+/*
+ * Set the wake mask according to the current power state.
+ */
+void power_update_wake_mask(void);
+
/**
* Chipset-specific initialization
*