ARM: make mach/io.h include optional
[deliverable/linux.git] / arch / arm / mach-ep93xx / include / mach / io.h
CommitLineData
e7736d47 1/*
a09e64fb 2 * arch/arm/mach-ep93xx/include/mach/io.h
e7736d47 3 */
43234b1e 4
702b59e6
HS
5#ifndef __ASM_MACH_IO_H
6#define __ASM_MACH_IO_H
e7736d47
LB
7
8#define IO_SPACE_LIMIT 0xffffffff
9
702b59e6
HS
10#define __io(p) __typesafe_io(p)
11#define __mem_pci(p) (p)
12
702b59e6 13#endif /* __ASM_MACH_IO_H */
This page took 0.642968 seconds and 5 git commands to generate.