home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-arm / arch-ep93xx / io.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  152 b   |  9 lines

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