summaryrefslogtreecommitdiff
path: root/include/hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hooks.h')
-rw-r--r--include/hooks.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/hooks.h b/include/hooks.h
index 49617aba95..c2b48ccd6c 100644
--- a/include/hooks.h
+++ b/include/hooks.h
@@ -109,6 +109,13 @@ enum hook_type {
HOOK_CHIPSET_SHUTDOWN,
/*
+ * System reset in S0. All rails are still up.
+ *
+ * Hook routines are called from the chipset task.
+ */
+ HOOK_CHIPSET_RESET,
+
+ /*
* AC power plugged in or removed.
*
* Hook routines are called from the TICK task.