ARM: pci: make pcibios_assign_all_busses use pci_has_flag
[pandora-kernel.git] / arch / arm / mach-iop13xx / include / mach / hardware.h
1 #ifndef __ASM_ARCH_HARDWARE_H
2 #define __ASM_ARCH_HARDWARE_H
3 #include <asm/types.h>
4
5 #ifndef __ASSEMBLY__
6 extern unsigned long iop13xx_pcibios_min_io;
7 extern unsigned long iop13xx_pcibios_min_mem;
8 extern u16 iop13xx_dev_id(void);
9 extern void iop13xx_set_atu_mmr_bases(void);
10 #endif
11
12 #define PCIBIOS_MIN_IO      (iop13xx_pcibios_min_io)
13 #define PCIBIOS_MIN_MEM     (iop13xx_pcibios_min_mem)
14
15 /*
16  * Generic chipset bits
17  *
18  */
19 #include "iop13xx.h"
20
21 /*
22  * Board specific bits
23  */
24 #include "iq81340.h"
25
26 #endif  /* _ASM_ARCH_HARDWARE_H */