summaryrefslogtreecommitdiff
path: root/core/cortex-m/link_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m/link_defs.h')
-rw-r--r--core/cortex-m/link_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/cortex-m/link_defs.h b/core/cortex-m/link_defs.h
index 86c6b0a311..44332c74bc 100644
--- a/core/cortex-m/link_defs.h
+++ b/core/cortex-m/link_defs.h
@@ -38,6 +38,8 @@ extern const struct hook_data __hooks_ac_change[];
extern const struct hook_data __hooks_ac_change_end[];
extern const struct hook_data __hooks_lid_change[];
extern const struct hook_data __hooks_lid_change_end[];
+extern const struct hook_data __hooks_tick[];
+extern const struct hook_data __hooks_tick_end[];
/* Host commands */
extern const struct host_command __hcmds[];