[ARM] S3C24A0: Initial architecture support files
[linux-2.6/openmoko-kernel.git] / arch / arm / mach-s3c24a0 / include / mach / io.h
blobc163364773b36bc2a45ee4b4c63f0c492b07a40f
1 /* arch/arm/mach-s3c24a0/include/mach/io.h
3 * Copyright 2008 Simtec Electronics
4 * Ben Dooks <ben-linux@fluff.org>
6 * IO access and mapping routines for the S3C24A0
7 */
9 #ifndef __ASM_ARM_ARCH_IO_H
10 #define __ASM_ARM_ARCH_IO_H
12 /* No current ISA/PCI bus support. */
13 #define __io(a) ((void __iomem *)(a))
14 #define __mem_pci(a) (a)
16 #endif