• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-shmobile/include/mach/
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 */
10