]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/plat-s3c/include/mach/io.h
Merge branch 'for-rmk' of git://git.pengutronix.de/git/ukl/linux-2.6 into devel
[linux-2.6-omap-h63xx.git] / arch / arm / plat-s3c / include / mach / io.h
1 /* arch/arm/plat-s3c/include/mach/io.h
2  *
3  * Copyright 2008 Simtec Electronics
4  *      Ben Dooks <ben-linux@fluff.org>
5  *
6  * Default IO routines for plat-s3c based systems, such as S3C24A0
7  */
8
9 #ifndef __ASM_ARM_ARCH_IO_H
10 #define __ASM_ARM_ARCH_IO_H
11
12 /* No current ISA/PCI bus support. */
13 #define __io(a)         __typesafe_io(a)
14 #define __mem_pci(a)    (a)
15
16 #define IO_SPACE_LIMIT (0xFFFFFFFF)
17
18 #endif