[PATCH] powerpc: Fix compile problem in pci.c for ppc32
[linux-2.6/x86.git] / include / asm-arm / arch-ixp2000 / hardware.h
blobe7ea781c48aa27591e293a3e22c7ce46085e7c88
1 /*
2 * linux/include/asm-arm/arch-ixp2000/hardware.h
4 * Hardware definitions for IXP2400/2800 based systems
6 * Original Author: Naeem M Afzal <naeem.m.afzal@intel.com>
8 * Maintainer: Deepak Saxena <dsaxena@mvista.com>
10 * Copyright (C) 2001-2002 Intel Corp.
11 * Copyright (C) 2003-2004 MontaVista Software, Inc.
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.
19 #ifndef __ASM_ARCH_HARDWARE_H__
20 #define __ASM_ARCH_HARDWARE_H__
23 * This needs to be platform-specific?
25 #define PCIBIOS_MIN_IO 0x00000000
26 #define PCIBIOS_MIN_MEM 0x00000000
28 #include "ixp2000-regs.h" /* Chipset Registers */
30 #define pcibios_assign_all_busses() 0
33 * Platform helper functions
35 #include "platform.h"
38 * Platform-specific bits
40 #include "enp2611.h" /* ENP-2611 */
41 #include "ixdp2x00.h" /* IXDP2400/2800 */
42 #include "ixdp2x01.h" /* IXDP2401/2801 */
44 #endif /* _ASM_ARCH_HARDWARE_H__ */