hardware.h 232 B

123456789101112131415
  1. /*
  2. * arch/arm/mach-ep93xx/include/mach/hardware.h
  3. */
  4. #ifndef __ASM_ARCH_HARDWARE_H
  5. #define __ASM_ARCH_HARDWARE_H
  6. #include "ep93xx-regs.h"
  7. #define pcibios_assign_all_busses() 0
  8. #include "platform.h"
  9. #include "ts72xx.h"
  10. #endif