io.h 343 B

12345678910111213141516
  1. /* arch/arm/mach-s3c24a0/include/mach/io.h
  2. *
  3. * Copyright 2008 Simtec Electronics
  4. * Ben Dooks <ben-linux@fluff.org>
  5. *
  6. * IO access and mapping routines for the S3C24A0
  7. */
  8. #ifndef __ASM_ARM_ARCH_IO_H
  9. #define __ASM_ARM_ARCH_IO_H
  10. /* No current ISA/PCI bus support. */
  11. #define __io(a) ((void __iomem *)(a))
  12. #define __mem_pci(a) (a)
  13. #endif