Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platf...
[pandora-kernel.git] / arch / arm / mach-shmobile / include / mach / io.h
1 #ifndef __ASM_MACH_IO_H
2 #define __ASM_MACH_IO_H
3
4 #define IO_SPACE_LIMIT          0xffffffff
5
6 #define __io(a)                 ((void __iomem *)(a))
7 #define __mem_pci(a)            (a)
8
9 #endif /* __ASM_MACH_IO_H */