io.h 152 B

12345678
  1. /*
  2. * arch/arm/mach-ep93xx/include/mach/io.h
  3. */
  4. #define IO_SPACE_LIMIT 0xffffffff
  5. #define __io(p) ((void __iomem *)(p))
  6. #define __mem_pci(p) (p)