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 400713e794..5210b462df 100644
--- a/include/hooks.h
+++ b/include/hooks.h
@@ -152,6 +152,13 @@ enum hook_type {
HOOK_CHIPSET_SHUTDOWN_COMPLETE,
/*
+ * System is in G3. All power rails are now turned off.
+ *
+ * Hook routines are called from the chipset task.
+ */
+ HOOK_CHIPSET_HARD_OFF,
+
+ /*
* System reset in S0. All rails are still up.
*
* Hook routines are called from the chipset task.