diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2012-10-01 22:47:06 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-19 03:22:24 +0400 |
commit | f7a9b8a147cc10c7181cf0ca7b2b06cebf950140 (patch) | |
tree | f8614abe2b635181146aafae9f15a58fae1e3e83 /arch/arm/mach-omap2/omap-secure.h | |
parent | f583f0f2c720e4ac7d2ffd65996717bf0345a3e5 (diff) | |
download | linux-f7a9b8a147cc10c7181cf0ca7b2b06cebf950140.tar.xz |
ARM: OMAP: Move plat/omap-secure.h locally to mach-omap2
Moving plat/omap-secure.h locally to mach-omap2/
as part of single zImage work
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap-secure.h')
-rw-r--r-- | arch/arm/mach-omap2/omap-secure.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap-secure.h b/arch/arm/mach-omap2/omap-secure.h index c90a43589abe..0e729170c46b 100644 --- a/arch/arm/mach-omap2/omap-secure.h +++ b/arch/arm/mach-omap2/omap-secure.h @@ -52,6 +52,13 @@ extern u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, u32 arg3, u32 arg4); extern u32 omap_smc2(u32 id, u32 falg, u32 pargs); extern phys_addr_t omap_secure_ram_mempool_base(void); +extern int omap_secure_ram_reserve_memblock(void); +#ifdef CONFIG_OMAP4_ERRATA_I688 +extern int omap_barrier_reserve_memblock(void); +#else +static inline void omap_barrier_reserve_memblock(void) +{ } +#endif #endif /* __ASSEMBLER__ */ #endif /* OMAP_ARCH_OMAP_SECURE_H */ |