ARM: pci: make pcibios_assign_all_busses use pci_has_flag
[deliverable/linux.git] / arch / arm / mach-ixp23xx / include / mach / hardware.h
CommitLineData
c4713074 1/*
a09e64fb 2 * arch/arm/mach-ixp23xx/include/mach/hardware.h
c4713074
LB
3 *
4 * Copyright (C) 2002-2004 Intel Corporation.
5 * Copyricht (C) 2005 MontaVista Software, Inc.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 *
11 * Hardware definitions for IXP23XX based systems
12 */
13
14#ifndef __ASM_ARCH_HARDWARE_H
15#define __ASM_ARCH_HARDWARE_H
16
17/* PCI IO info */
c4713074
LB
18#define PCIBIOS_MIN_IO 0x00000000
19#define PCIBIOS_MIN_MEM 0xe0000000
20
21#include "ixp23xx.h"
22
c4713074
LB
23/*
24 * Platform helper functions
25 */
26#include "platform.h"
27
28/*
29 * Platform-specific headers
30 */
31#include "ixdp2351.h"
32
33
34#endif
This page took 0.440019 seconds and 5 git commands to generate.