http://downloads.netgear.com/files/GPL/GPL_Source_V361j_DM111PSP_series_consumer_rele...
[bcm963xx.git] / kernel / linux / arch / ppc / platforms / pmac_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 void pmac_pic_init(void);
9 int pmac_get_irq(struct pt_regs *regs);
10
11 #endif /* __PPC_PLATFORMS_PMAC_PIC_H */