GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-ep93xx / include / mach / io.h
blob594b77f21054259a7caffcf98313e5b067faedaf
1 /*
2 * arch/arm/mach-ep93xx/include/mach/io.h
3 */
5 #ifndef __ASM_MACH_IO_H
6 #define __ASM_MACH_IO_H
8 #define IO_SPACE_LIMIT 0xffffffff
10 #define __io(p) __typesafe_io(p)
11 #define __mem_pci(p) (p)
14 * A typesafe __io() variation for variable initialisers
16 #ifdef __ASSEMBLER__
17 #define IOMEM(p) p
18 #else
19 #define IOMEM(p) ((void __iomem __force *)(p))
20 #endif
22 #endif /* __ASM_MACH_IO_H */