summaryrefslogtreecommitdiff
path: root/include/x86_power.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/x86_power.h')
-rw-r--r--include/x86_power.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/x86_power.h b/include/x86_power.h
index 41191b4d3f..a093798c50 100644
--- a/include/x86_power.h
+++ b/include/x86_power.h
@@ -25,4 +25,7 @@ void x86_power_cpu_overheated(int too_hot);
* intended for use when the system is too hot or battery power is critical. */
void x86_power_force_shutdown(void);
+/* Pulse the reset line to the x86. */
+void x86_power_reset(void);
+
#endif /* __CROS_EC_X86_POWER_H */