]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/mach-pnx4008/include/mach/io.h
Merge branch 'for-rmk-realview' of git://linux-arm.org/linux-2.6 into devel
[mirror_ubuntu-eoan-kernel.git] / arch / arm / mach-pnx4008 / include / mach / io.h
CommitLineData
a5a50303
VW
1
2/*
a09e64fb 3 * arch/arm/mach-pnx4008/include/mach/io.h
a5a50303
VW
4 *
5 * Author: Dmitry Chigirev <chigirev@ru.mvista.com>
6 *
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.
11 */
12
13#ifndef __ASM_ARM_ARCH_IO_H
14#define __ASM_ARM_ARCH_IO_H
15
16#define IO_SPACE_LIMIT 0xffffffff
17
0560cf5a
RK
18#define __io(a) __typesafe_io(a)
19#define __mem_pci(a) (a)
a5a50303
VW
20
21#endif