summaryrefslogtreecommitdiff
path: root/include/lpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lpc.h')
-rw-r--r--include/lpc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lpc.h b/include/lpc.h
index 3b77736f00..4408b71327 100644
--- a/include/lpc.h
+++ b/include/lpc.h
@@ -113,6 +113,10 @@ void lpc_clear_acpi_status_mask(uint8_t mask);
*/
int lpc_get_pltrst_asserted(void);
+/**
+ * Reset the host with KBRST# or RCIN#
+ */
+void lpc_host_reset(void);
/* Disable LPC ACPI interrupts */
void lpc_disable_acpi_interrupts(void);