GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / powerpc / platforms / powermac / pic.h
blobd622a8345aaa2029375e7a2fcebfac25797e43c5
1 #ifndef __PPC_PLATFORMS_PMAC_PIC_H
2 #define __PPC_PLATFORMS_PMAC_PIC_H
4 #include <linux/irq.h>
6 extern struct irq_chip pmac_pic;
8 extern void pmac_pic_init(void);
9 extern int pmac_get_irq(void);
11 #endif /* __PPC_PLATFORMS_PMAC_PIC_H */