diff options
Diffstat (limited to 'include/bl1/bl1.h')
-rw-r--r-- | include/bl1/bl1.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/bl1/bl1.h b/include/bl1/bl1.h index 1750a1f05..d8afae460 100644 --- a/include/bl1/bl1.h +++ b/include/bl1/bl1.h @@ -31,16 +31,16 @@ #ifndef __BL1_H__ #define __BL1_H__ -#include <bl_common.h> -#ifndef __ASSEMBLY__ +/****************************************** + * Forward declarations + *****************************************/ +struct meminfo; /****************************************** * Function prototypes *****************************************/ extern void bl1_platform_setup(void); -extern meminfo_t *bl1_plat_sec_mem_layout(void); - -#endif /*__ASSEMBLY__*/ +extern struct meminfo *bl1_plat_sec_mem_layout(void); #endif /* __BL1_H__ */ |