Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[firefly-linux-kernel-4.4.55.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__ */