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-shark / include / mach / io.h
blob9ccbcecc430baa679a8fd800dfe409a5744f34e3
1 /*
2 * arch/arm/mach-shark/include/mach/io.h
4 * by Alexander Schulz
6 * derived from:
7 * arch/arm/mach-ebsa110/include/mach/io.h
8 * Copyright (C) 1997,1998 Russell King
9 */
11 #ifndef __ASM_ARM_ARCH_IO_H
12 #define __ASM_ARM_ARCH_IO_H
14 #define IO_SPACE_LIMIT 0xffffffff
16 #define __io(a) ((void __iomem *)(0xe0000000 + (a)))
18 #define __mem_pci(addr) (addr)
20 #endif