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 5469ffad3f..36054e8bd1 100644
--- a/include/power.h
+++ b/include/power.h
@@ -73,6 +73,13 @@ int power_has_signals(uint32_t want);
int power_wait_signals(uint32_t want);
/**
+ * Set the low-level power chipset state.
+ *
+ * @param new_state New chipset state.
+ */
+void power_set_state(enum power_state new_state);
+
+/**
* Chipset-specific initialization
*
* @return The state the chipset should start in. Usually POWER_G3, but may