summaryrefslogtreecommitdiff
path: root/include/bl1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bl1.h')
-rw-r--r--include/bl1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bl1.h b/include/bl1.h
index 81b5bc49..9920cb80 100644
--- a/include/bl1.h
+++ b/include/bl1.h
@@ -45,7 +45,7 @@
* Function prototypes
*****************************************/
extern void bl1_platform_setup(void);
-extern meminfo bl1_get_sec_mem_layout(void);
+extern meminfo *bl1_plat_sec_mem_layout(void);
#endif /*__ASSEMBLY__*/