omap-secure.h 314 B

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