Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-arm / arch-lh7a40x / io.h
blobc13bdd9add926453f510c3ee1a323a7559e34b15
1 /* include/asm-arm/arch-lh7a40x/io.h
3 * Copyright (C) 2004 Coastal Environmental Systems
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * version 2 as published by the Free Software Foundation.
9 */
11 #ifndef __ASM_ARCH_IO_H
12 #define __ASM_ARCH_IO_H
14 #define IO_SPACE_LIMIT 0xffffffff
16 /* No ISA or PCI bus on this machine. */
17 #define __io(a) ((void __iomem *)(a))
18 #define __mem_pci(a) (a)
19 #define __mem_isa(a) (a)
21 #endif /* __ASM_ARCH_IO_H */