hardware.h 334 B

12345678910111213141516171819202122
  1. #ifndef __ASM_ARCH_HARDWARE_H
  2. #define __ASM_ARCH_HARDWARE_H
  3. #include <asm/types.h>
  4. #ifndef __ASSEMBLY__
  5. extern u16 iop13xx_dev_id(void);
  6. extern void iop13xx_set_atu_mmr_bases(void);
  7. #endif
  8. /*
  9. * Generic chipset bits
  10. *
  11. */
  12. #include "iop13xx.h"
  13. /*
  14. * Board specific bits
  15. */
  16. #include "iq81340.h"
  17. #endif /* _ASM_ARCH_HARDWARE_H */