]> git.karo-electronics.de Git - linux-beck.git/blob - arch/arm/plat-omap/include/plat/omap-secure.h
Merge remote-tracking branch 'regulator/topic/drivers' into regulator-next
[linux-beck.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 #ifdef CONFIG_ARCH_OMAP2PLUS
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 #endif /* __OMAP_SECURE_H__ */