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