MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-arm / arch-pnx4008 / io.h
blob29ee43955c52ae7cee540f465cc1f56d21330b0b
2 /*
3 * include/asm-arm/arch-pnx4008/io.h
5 * Author: Dmitry Chigirev <chigirev@ru.mvista.com>
7 * 2005 (c) MontaVista Software, Inc. This file is licensed under
8 * the terms of the GNU General Public License version 2. This program
9 * is licensed "as is" without any warranty of any kind, whether express
10 * or implied.
13 #ifndef __ASM_ARM_ARCH_IO_H
14 #define __ASM_ARM_ARCH_IO_H
16 #define IO_SPACE_LIMIT 0xffffffff
18 #define __io(a) ((void __iomem *)(a))
19 #define __mem_pci(a) (a)
21 #endif