Eric Miao | 49cbe78 | 2009-01-20 14:15:18 +0800 | [diff] [blame] | 1 | /* |
| 2 | * linux/arch/arm/mach-mmp/include/mach/io.h |
| 3 | * |
| 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 | */ |
| 8 | |
| 9 | #ifndef __ASM_MACH_IO_H |
| 10 | #define __ASM_MACH_IO_H |
| 11 | |
| 12 | #define IO_SPACE_LIMIT 0xffffffff |
| 13 | |
| 14 | /* |
| 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... |
| 17 | */ |
| 18 | #define __io(a) __typesafe_io(a) |
| 19 | #define __mem_pci(a) (a) |
| 20 | |
| 21 | #endif /* __ASM_MACH_IO_H */ |