summaryrefslogtreecommitdiff
path: root/include/bl2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bl2.h')
-rw-r--r--include/bl2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bl2.h b/include/bl2.h
index b9a7b0f..2955a40 100644
--- a/include/bl2.h
+++ b/include/bl2.h
@@ -43,6 +43,6 @@ extern unsigned long long bl2_entrypoint;
*****************************************/
extern void bl2_platform_setup(void);
extern meminfo *bl2_plat_sec_mem_layout(void);
-extern meminfo bl2_get_ns_mem_layout(void);
+extern meminfo *bl2_get_ns_mem_layout(void);
#endif /* __BL2_H__ */