hardware.h 373 B

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