summaryrefslogtreecommitdiff
path: root/include/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/power.h')
-rw-r--r--include/power.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/power.h b/include/power.h
index 271b8add69..5d506a7646 100644
--- a/include/power.h
+++ b/include/power.h
@@ -139,6 +139,13 @@ int power_wait_signals_timeout(uint32_t want, int timeout);
void power_set_state(enum power_state new_state);
/**
+ * Set the low-level chipset power state.
+ *
+ * @return Current chipset power state
+ */
+enum power_state power_get_state(void);
+
+/**
* Chipset-specific initialization
*
* @return The state the chipset should start in. Usually POWER_G3, but may