summaryrefslogtreecommitdiff
path: root/include/hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hooks.h')
-rw-r--r--include/hooks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hooks.h b/include/hooks.h
index 2c691fb639..6e6c1c8e3c 100644
--- a/include/hooks.h
+++ b/include/hooks.h
@@ -48,6 +48,7 @@ enum hook_type {
HOOK_LID_CHANGE, /* Lid opened or closed. Based on debounced lid
* state, not raw lid GPIO input. */
HOOK_TICK, /* Periodic tick, every HOOK_TICK_INTERVAL */
+ HOOK_SECOND, /* Periodic tick, every second */
};
struct hook_data {