io.h 343 B

1234567891011121314151617
  1. /* arch/arm/mach-s5p6442/include/mach/io.h
  2. *
  3. * Copyright 2008-2010 Ben Dooks <ben-linux@fluff.org>
  4. *
  5. * Default IO routines for S5P6442
  6. */
  7. #ifndef __ASM_ARM_ARCH_IO_H
  8. #define __ASM_ARM_ARCH_IO_H
  9. /* No current ISA/PCI bus support. */
  10. #define __io(a) __typesafe_io(a)
  11. #define __mem_pci(a) (a)
  12. #define IO_SPACE_LIMIT (0xFFFFFFFF)
  13. #endif