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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/power_button.h b/include/power_button.h
index f3da24da9b..190073812e 100644
--- a/include/power_button.h
+++ b/include/power_button.h
@@ -24,4 +24,14 @@ int power_button_is_pressed(void);
*/
void power_button_interrupt(enum gpio_signal signal);
+/**
+ * For x86 systems, force-deassert the power button signal to the PCH.
+ */
+void power_button_pch_release(void);
+
+/**
+ * For x86 systems, force a pulse of the power button signal to the PCH.
+ */
+void power_button_pch_pulse(void);
+
#endif /* __CROS_EC_POWER_BUTTON_H */