Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgent
[deliverable/linux.git] / arch / arm / mach-shark / include / mach / io.h
CommitLineData
1da177e4 1/*
a09e64fb 2 * arch/arm/mach-shark/include/mach/io.h
1da177e4
LT
3 *
4 * by Alexander Schulz
5 *
6 * derived from:
a09e64fb 7 * arch/arm/mach-ebsa110/include/mach/io.h
1da177e4
LT
8 * Copyright (C) 1997,1998 Russell King
9 */
10
11#ifndef __ASM_ARM_ARCH_IO_H
12#define __ASM_ARM_ARCH_IO_H
13
47190a33
RK
14#define PCIO_BASE 0xe0000000
15#define IO_SPACE_LIMIT 0xffffffff
7fca0aa4 16
47190a33
RK
17#define __io(a) ((void __iomem *)(PCIO_BASE + (a)))
18#define __mem_pci(addr) (addr)
1da177e4 19
1da177e4 20#endif
This page took 0.39451 seconds and 5 git commands to generate.