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.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/include/bl32/bl32.h b/include/bl32/bl32.h
index e4698819..32394876 100644
--- a/include/bl32/bl32.h
+++ b/include/bl32/bl32.h
@@ -31,15 +31,18 @@
#ifndef __BL32_H__
#define __BL32_H__
-#ifndef __ASSEMBLY__
#include <stdint.h>
-#include <bl_common.h>
+/******************************************
+ * Forward declarations
+ *****************************************/
+struct meminfo;
+/******************************************
+ * Function prototypes
+ *****************************************/
extern void bl32_platform_setup(void);
-extern meminfo_t *bl32_plat_sec_mem_layout(void);
+extern struct meminfo *bl32_plat_sec_mem_layout(void);
extern uint64_t bl32_main(void);
-#endif /* __ASSEMBLY__ */
-
#endif /* __BL32_H__ */