ARM: pci: make pcibios_assign_all_busses use pci_has_flag
[deliverable/linux.git] / arch / arm / mach-shark / include / mach / hardware.h
1 /*
2 * arch/arm/mach-shark/include/mach/hardware.h
3 *
4 * by Alexander Schulz
5 *
6 * derived from:
7 * arch/arm/mach-ebsa110/include/mach/hardware.h
8 * Copyright (C) 1996-1999 Russell King.
9 */
10 #ifndef __ASM_ARCH_HARDWARE_H
11 #define __ASM_ARCH_HARDWARE_H
12
13 #define UNCACHEABLE_ADDR 0xdf010000
14
15 #define PCIBIOS_MIN_IO 0x6000
16 #define PCIBIOS_MIN_MEM 0x50000000
17 #define PCIMEM_BASE 0xe8000000
18
19 #endif
20
This page took 0.032756 seconds and 5 git commands to generate.