treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[linux-2.6-block.git] / arch / arm / mach-footbridge / include / mach / io.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
1da177e4 2/*
a09e64fb 3 * arch/arm/mach-footbridge/include/mach/io.h
1da177e4
LT
4 *
5 * Copyright (C) 1997-1999 Russell King
6 *
1da177e4
LT
7 * Modifications:
8 * 06-12-1997 RMK Created.
9 * 07-04-1999 RMK Major cleanup
10 */
11#ifndef __ASM_ARM_ARCH_IO_H
12#define __ASM_ARM_ARCH_IO_H
13
1da177e4 14/*
8ef6e620 15 * Translation of various i/o addresses to host addresses for !CONFIG_MMU
1da177e4 16 */
8ef6e620 17#define PCIO_BASE 0x7c000000
1da177e4 18#define __io(a) ((void __iomem *)(PCIO_BASE + (a)))
1da177e4
LT
19
20#endif