aboutsummaryrefslogtreecommitdiff
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 2955a40..d0ff69b 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 bl31_args *bl2_get_bl31_args_ptr(void);
#endif /* __BL2_H__ */