GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-s3c64xx / include / mach / io.h
blobde5716dbbd6521b7ed23936c2e47944f22391d9d
1 /* arch/arm/mach-s3c64xxinclude/mach/io.h
3 * Copyright 2008 Simtec Electronics
4 * Ben Dooks <ben-linux@fluff.org>
6 * Default IO routines for S3C64XX based
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) __typesafe_io(a)
14 #define __mem_pci(a) (a)
16 #define IO_SPACE_LIMIT (0xFFFFFFFF)
18 #endif