]> err.no Git - linux-2.6/blob - arch/powerpc/platforms/powermac/pic.h
ppc/pmac: remove no longer needed IDE quirk
[linux-2.6] / arch / powerpc / platforms / powermac / pic.h
1 #ifndef __PPC_PLATFORMS_PMAC_PIC_H
2 #define __PPC_PLATFORMS_PMAC_PIC_H
3
4 #include <linux/irq.h>
5
6 extern struct hw_interrupt_type pmac_pic;
7
8 extern void pmac_pic_init(void);
9 extern int pmac_get_irq(void);
10
11 #endif /* __PPC_PLATFORMS_PMAC_PIC_H */