ASoC: Fix up merge with the ARM tree
[linux-2.6] / arch / arm / mach-shark / include / mach / io.h
1 /*
2  * arch/arm/mach-shark/include/mach/io.h
3  *
4  * by Alexander Schulz
5  *
6  * derived from:
7  * arch/arm/mach-ebsa110/include/mach/io.h
8  * Copyright (C) 1997,1998 Russell King
9  */
10
11 #ifndef __ASM_ARM_ARCH_IO_H
12 #define __ASM_ARM_ARCH_IO_H
13
14 #define PCIO_BASE       0xe0000000
15 #define IO_SPACE_LIMIT  0xffffffff
16
17 #define __io(a)         __typesafe_io(PCIO_BASE + (a))
18
19 #define __mem_pci(addr) (addr)
20
21 #endif