Merge remote-tracking branch 's5p/for-next'
[linux-2.6/next.git] / arch / arm / mach-nuc93x / include / mach / io.h
blob72e5051c753492273985c77cbfba3acc11a719e8
1 /*
2 * arch/arm/mach-nuc93x/include/mach/io.h
4 * Copyright (c) 2008 Nuvoton technology corporation
5 * All rights reserved.
7 * Wan ZongShun <mcuos.com@gmail.com>
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
16 #ifndef __ASM_ARM_ARCH_IO_H
17 #define __ASM_ARM_ARCH_IO_H
19 #define IO_SPACE_LIMIT 0xffffffff
22 * 1:1 mapping for ioremapped regions.
25 #define __mem_pci(a) (a)
26 #define __io(a) __typesafe_io(a)
28 #endif