blob: 786fa266fab3b40d80d39fd64e6b80b0014dbdf9 [file] [log] [blame]
Dan Williams285f5fa2006-12-07 02:59:39 +01001#ifndef __ASM_ARCH_HARDWARE_H
2#define __ASM_ARCH_HARDWARE_H
3#include <asm/types.h>
4
Dan Williams285f5fa2006-12-07 02:59:39 +01005#ifndef __ASSEMBLY__
Dan Williams285f5fa2006-12-07 02:59:39 +01006extern u16 iop13xx_dev_id(void);
7extern void iop13xx_set_atu_mmr_bases(void);
8#endif
9
Dan Williams285f5fa2006-12-07 02:59:39 +010010/*
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 */