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, 0 insertions, 3 deletions
diff --git a/include/bl2/bl2.h b/include/bl2/bl2.h
index f2bd07ef4..89ff06eae 100644
--- a/include/bl2/bl2.h
+++ b/include/bl2/bl2.h
@@ -7,9 +7,6 @@
#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__ */