[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
[firewire-audio.git] / arch / arm / mach-ixp23xx / include / mach / hardware.h
blobc3192009a886d71239fe0d26df8b43aa201245cb
1 /*
2 * arch/arm/mach-ixp23xx/include/mach/hardware.h
4 * Copyright (C) 2002-2004 Intel Corporation.
5 * Copyricht (C) 2005 MontaVista Software, Inc.
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.
11 * Hardware definitions for IXP23XX based systems
14 #ifndef __ASM_ARCH_HARDWARE_H
15 #define __ASM_ARCH_HARDWARE_H
17 /* PCI IO info */
18 #define PCIO_BASE IXP23XX_PCI_IO_VIRT
19 #define PCIBIOS_MIN_IO 0x00000000
20 #define PCIBIOS_MIN_MEM 0xe0000000
22 #include "ixp23xx.h"
24 #define pcibios_assign_all_busses() 0
27 * Platform helper functions
29 #include "platform.h"
32 * Platform-specific headers
34 #include "ixdp2351.h"
37 #endif