MERGE-master-patchset-edits
[linux-2.6/openmoko-kernel.git] / arch / arm / mach-shark / include / mach / io.h
blob8ca7d7f09bdc383ca418812ec6324bc8ab2fe58b
1 /*
2 * arch/arm/mach-shark/include/mach/io.h
4 * by Alexander Schulz
6 * derived from:
7 * arch/arm/mach-ebsa110/include/mach/io.h
8 * Copyright (C) 1997,1998 Russell King
9 */
11 #ifndef __ASM_ARM_ARCH_IO_H
12 #define __ASM_ARM_ARCH_IO_H
14 #define PCIO_BASE 0xe0000000
15 #define IO_SPACE_LIMIT 0xffffffff
17 #define __io(a) __typesafe_io(PCIO_BASE + (a))
18 #define __mem_pci(addr) (addr)
20 #endif