Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6
[cascardo/linux.git] / arch / arm / plat-omap / include / plat / omap-secure.h
1 #ifndef __OMAP_SECURE_H__
2 #define __OMAP_SECURE_H__
3
4 #include <linux/types.h>
5
6 #if defined(CONFIG_ARCH_OMAP3) || defined(CONFIG_ARCH_OMAP4)
7 extern int omap_secure_ram_reserve_memblock(void);
8 #else
9 static inline void omap_secure_ram_reserve_memblock(void)
10 { }
11 #endif
12
13 #ifdef CONFIG_OMAP4_ERRATA_I688
14 extern int omap_barrier_reserve_memblock(void);
15 #else
16 static inline void omap_barrier_reserve_memblock(void)
17 { }
18 #endif
19 #endif /* __OMAP_SECURE_H__ */