First Support on Ginger and OMAP TI
[linux-ginger.git] / arch / arm / mach-mmp / include / mach / io.h
blobe7adf3d012c18b53fa7d1924a38d5eb0039b310e
1 /*
2 * linux/arch/arm/mach-mmp/include/mach/io.h
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
9 #ifndef __ASM_MACH_IO_H
10 #define __ASM_MACH_IO_H
12 #define IO_SPACE_LIMIT 0xffffffff
15 * We don't actually have real ISA nor PCI buses, but there is so many
16 * drivers out there that might just work if we fake them...
18 #define __io(a) __typesafe_io(a)
19 #define __mem_pci(a) (a)
21 #endif /* __ASM_MACH_IO_H */