summaryrefslogtreecommitdiff
path: root/include/bl32/bl32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bl32/bl32.h')
-rw-r--r--include/bl32/bl32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bl32/bl32.h b/include/bl32/bl32.h
index 88e18bd3..e4698819 100644
--- a/include/bl32/bl32.h
+++ b/include/bl32/bl32.h
@@ -37,7 +37,7 @@
#include <bl_common.h>
extern void bl32_platform_setup(void);
-extern meminfo *bl32_plat_sec_mem_layout(void);
+extern meminfo_t *bl32_plat_sec_mem_layout(void);
extern uint64_t bl32_main(void);
#endif /* __ASSEMBLY__ */