summaryrefslogtreecommitdiff
path: root/include/hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hooks.h')
-rw-r--r--include/hooks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hooks.h b/include/hooks.h
index b8ed296529..a3b35385a3 100644
--- a/include/hooks.h
+++ b/include/hooks.h
@@ -34,6 +34,8 @@ enum hook_type {
*
* NOTE: This hook is called with interrupts
* disabled! */
+ HOOK_CHIPSET_PRE_INIT, /* Initialization for components such as PMU to
+ * be done before host chipset/AP starts up. */
HOOK_CHIPSET_STARTUP, /* System is starting up. All suspend rails are
* now on. */
HOOK_CHIPSET_RESUME, /* System is resuming from suspend, or booting