Merge branch 'at91/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[pandora-kernel.git] / arch / arm / mach-iop13xx / include / mach / hardware.h
1 #ifndef __ASM_ARCH_HARDWARE_H
2 #define __ASM_ARCH_HARDWARE_H
3 #include <asm/types.h>
4
5 #ifndef __ASSEMBLY__
6 extern u16 iop13xx_dev_id(void);
7 extern 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 */