summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAchin Gupta <achin.gupta@arm.com>2015-11-04 17:27:16 +0000
committerAchin Gupta <achin.gupta@arm.com>2015-11-04 17:27:16 +0000
commitdd64d425a3df702dbe899538a6d8b8e61226722c (patch)
tree36bdec687ef9920c22b965e4a73f6422d7d6babd /include
parent55608066648b870f5b9a6e546614c7d5c18b6377 (diff)
parentee5c2b1382255cba3fc3d473ee8445efdba160ad (diff)
Merge pull request #421 from sandrine-bailleux/sb/improve-display_boot_progress
Improve images transitions debugging messages
Diffstat (limited to 'include')
-rw-r--r--include/common/bl_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common/bl_common.h b/include/common/bl_common.h
index c687b354..c9a7a3da 100644
--- a/include/common/bl_common.h
+++ b/include/common/bl_common.h
@@ -242,6 +242,8 @@ extern const char version_string[];
void reserve_mem(uint64_t *free_base, size_t *free_size,
uint64_t addr, size_t size);
+void print_entry_point_info(const entry_point_info_t *ep_info);
+
#endif /*__ASSEMBLY__*/
#endif /* __BL_COMMON_H__ */