Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux/fpc-iii.git] / arch / arm / mach-footbridge / include / mach / io.h
blob4e18b921373f54640401eb72173374326830aff4
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * arch/arm/mach-footbridge/include/mach/io.h
5 * Copyright (C) 1997-1999 Russell King
7 * Modifications:
8 * 06-12-1997 RMK Created.
9 * 07-04-1999 RMK Major cleanup
11 #ifndef __ASM_ARM_ARCH_IO_H
12 #define __ASM_ARM_ARCH_IO_H
15 * Translation of various i/o addresses to host addresses for !CONFIG_MMU
17 #define PCIO_BASE 0x7c000000
18 #define __io(a) ((void __iomem *)(PCIO_BASE + (a)))
20 #endif