]> Pileus Git - ~andy/linux/blob - arch/powerpc/sysdev/mv64x60.h
Merge branch 'ppc-fixes' of git://git.bocc.de/dbox2 into for-2.6.24
[~andy/linux] / arch / powerpc / sysdev / mv64x60.h
1 #ifndef __MV64X60_H__
2 #define __MV64X60_H__
3
4 #include <linux/init.h>
5
6 extern void __init mv64x60_init_irq(void);
7 extern unsigned int mv64x60_get_irq(void);
8
9 extern void __init mv64x60_pci_init(void);
10 extern void __init mv64x60_init_early(void);
11
12 #endif /* __MV64X60_H__ */