ARM: pci: make pcibios_assign_all_busses use pci_has_flag
[deliverable/linux.git] / arch / arm / mach-ixp2000 / include / mach / hardware.h
CommitLineData
1da177e4 1/*
a09e64fb 2 * arch/arm/mach-ixp2000/include/mach/hardware.h
1da177e4
LT
3 *
4 * Hardware definitions for IXP2400/2800 based systems
5 *
6 * Original Author: Naeem M Afzal <naeem.m.afzal@intel.com>
7 *
8 * Maintainer: Deepak Saxena <dsaxena@mvista.com>
9 *
10 * Copyright (C) 2001-2002 Intel Corp.
11 * Copyright (C) 2003-2004 MontaVista Software, Inc.
12 *
13 * This program is free software; you can redistribute it and/or modify it
14 * under the terms of the GNU General Public License as published by the
15 * Free Software Foundation; either version 2 of the License, or (at your
16 * option) any later version.
17 */
18
19#ifndef __ASM_ARCH_HARDWARE_H__
20#define __ASM_ARCH_HARDWARE_H__
21
22/*
23 * This needs to be platform-specific?
24 */
25#define PCIBIOS_MIN_IO 0x00000000
26#define PCIBIOS_MIN_MEM 0x00000000
27
28#include "ixp2000-regs.h" /* Chipset Registers */
29
1da177e4
LT
30/*
31 * Platform helper functions
32 */
33#include "platform.h"
34
35/*
36 * Platform-specific bits
37 */
38#include "enp2611.h" /* ENP-2611 */
39#include "ixdp2x00.h" /* IXDP2400/2800 */
40#include "ixdp2x01.h" /* IXDP2401/2801 */
41
42#endif /* _ASM_ARCH_HARDWARE_H__ */
This page took 0.528032 seconds and 5 git commands to generate.