aboutsummaryrefslogtreecommitdiffstats
path: root/include/bl2/bl2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bl2/bl2.h')
-rw-r--r--include/bl2/bl2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bl2/bl2.h b/include/bl2/bl2.h
index 89ff06eae..f2bd07ef4 100644
--- a/include/bl2/bl2.h
+++ b/include/bl2/bl2.h
@@ -7,6 +7,9 @@
#ifndef BL2_H__
#define BL2_H__
+struct entry_point_info;
+
void bl2_main(void);
+struct entry_point_info *bl2_load_images(void);
#endif /* BL2_H__ */