summaryrefslogtreecommitdiff
path: root/include/chipset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chipset.h')
-rw-r--r--include/chipset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/chipset.h b/include/chipset.h
index 7363707b38..772114d356 100644
--- a/include/chipset.h
+++ b/include/chipset.h
@@ -58,6 +58,8 @@ enum chipset_reset_reason {
CHIPSET_RESET_HANG_REBOOT,
/* Reset by EC console command */
CHIPSET_RESET_CONSOLE_CMD,
+ /* Reset by EC host command */
+ CHIPSET_RESET_HOST_CMD,
/* Keyboard module reset key combination */
CHIPSET_RESET_KB_SYSRESET,
/* Keyboard module warm reboot */