summaryrefslogtreecommitdiff
path: root/include/power_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/power_button.h')
-rw-r--r--include/power_button.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/power_button.h b/include/power_button.h
index a7ec4612ad..d996cbbdbb 100644
--- a/include/power_button.h
+++ b/include/power_button.h
@@ -40,6 +40,11 @@ int power_button_signal_asserted(void);
void power_button_interrupt(enum gpio_signal signal);
/**
+ * For x86 systems, force-assert the power button signal to the PCH.
+ */
+void power_button_pch_press(void);
+
+/**
* For x86 systems, force-deassert the power button signal to the PCH.
*/
void power_button_pch_release(void);