Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
omap-secure.h
Go to the documentation of this file.
1 #ifndef __OMAP_SECURE_H__
2 #define __OMAP_SECURE_H__
3 
4 #include <linux/types.h>
5 
6 extern int omap_secure_ram_reserve_memblock(void);
7 
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__ */