1 #ifndef __OMAP_SECURE_H__
2 #define __OMAP_SECURE_H__
4 #include <linux/types.h>
6 #if defined(CONFIG_ARCH_OMAP3) || defined(CONFIG_ARCH_OMAP4)
7 extern int omap_secure_ram_reserve_memblock(void);
9 static inline void omap_secure_ram_reserve_memblock(void)
13 #ifdef CONFIG_OMAP4_ERRATA_I688
14 extern int omap_barrier_reserve_memblock(void);
16 static inline void omap_barrier_reserve_memblock(void)
19 #endif /* __OMAP_SECURE_H__ */