Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / arch / arm / plat-omap / include / plat / omap-secure.h
blob0e4acd2d2deb84fa6d864865a20da582f94990fd
1 #ifndef __OMAP_SECURE_H__
2 #define __OMAP_SECURE_H__
4 #include <linux/types.h>
6 extern int omap_secure_ram_reserve_memblock(void);
8 #ifdef CONFIG_OMAP4_ERRATA_I688
9 extern int omap_barrier_reserve_memblock(void);
10 #else
11 static inline void omap_barrier_reserve_memblock(void)
12 { }
13 #endif
14 #endif /* __OMAP_SECURE_H__ */