summaryrefslogtreecommitdiff
path: root/include/link_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/link_defs.h')
-rw-r--r--include/link_defs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/link_defs.h b/include/link_defs.h
index ad6a39f837..df0cbb6811 100644
--- a/include/link_defs.h
+++ b/include/link_defs.h
@@ -77,4 +77,9 @@ extern const void *__irqhandler[];
/* Shared memory buffer. Use via shared_mem.h interface. */
extern uint8_t __shared_mem_buf[];
+/* Image sections. */
+extern const void *__ro_end;
+extern const void *__data_start;
+extern const void *__data_end;
+
#endif /* __CROS_EC_LINK_DEFS_H */