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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/cortex-m/link_defs.h b/core/cortex-m/link_defs.h
index 9279f42804..af809ad7e0 100644
--- a/core/cortex-m/link_defs.h
+++ b/core/cortex-m/link_defs.h
@@ -20,6 +20,8 @@ extern const struct hook_data __hooks_init[];
extern const struct hook_data __hooks_init_end[];
extern const struct hook_data __hooks_freq_change[];
extern const struct hook_data __hooks_freq_change_end[];
+extern const struct hook_data __hooks_sysjump[];
+extern const struct hook_data __hooks_sysjump_end[];
extern const struct host_command __hcmds[];
extern const struct host_command __hcmds_end[];
@@ -27,4 +29,6 @@ extern const struct host_command __hcmds_end[];
extern const struct irq_priority __irqprio[];
extern const struct irq_priority __irqprio_end[];
+extern uint8_t __shared_mem_buf[];
+
#endif /* __CROS_EC_LINK_DEFS_H */