omap-secure.h 266 B

12345678910111213
  1. #ifndef __OMAP_SECURE_H__
  2. #define __OMAP_SECURE_H__
  3. #include <linux/types.h>
  4. #ifdef CONFIG_ARCH_OMAP2PLUS
  5. extern int omap_secure_ram_reserve_memblock(void);
  6. #else
  7. static inline void omap_secure_ram_reserve_memblock(void)
  8. { }
  9. #endif
  10. #endif /* __OMAP_SECURE_H__ */