summaryrefslogtreecommitdiff
path: root/include/bl2/bl2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bl2/bl2.h')
-rw-r--r--include/bl2/bl2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bl2/bl2.h b/include/bl2/bl2.h
index d0ff69bb..9a5094ff 100644
--- a/include/bl2/bl2.h
+++ b/include/bl2/bl2.h
@@ -42,7 +42,7 @@ extern unsigned long long bl2_entrypoint;
* Function prototypes
*****************************************/
extern void bl2_platform_setup(void);
-extern meminfo *bl2_plat_sec_mem_layout(void);
-extern bl31_args *bl2_get_bl31_args_ptr(void);
+extern meminfo_t *bl2_plat_sec_mem_layout(void);
+extern bl31_args_t *bl2_get_bl31_args_ptr(void);
#endif /* __BL2_H__ */