Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 1 | /* |
2 | * arch/arm/mach-ep93xx/include/mach/hardware.h | ||||
3 | */ | ||||
4 | #ifndef __ASM_ARCH_HARDWARE_H | ||||
5 | #define __ASM_ARCH_HARDWARE_H | ||||
6 | |||||
7 | #include "ep93xx-regs.h" | ||||
8 | |||||
9 | #define pcibios_assign_all_busses() 0 | ||||
10 | |||||
11 | #include "platform.h" | ||||
12 | |||||
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 13 | #include "ts72xx.h" |
14 | |||||
15 | #endif |