allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / powerpc / platforms / iseries / irq.h
blob69f1b437fc7bb4b90708a6d1e79facc3864a9c39
1 #ifndef _ISERIES_IRQ_H
2 #define _ISERIES_IRQ_H
4 extern void iSeries_init_IRQ(void);
5 extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, u32);
6 extern void iSeries_activate_IRQs(void);
7 extern unsigned int iSeries_get_irq(void);
9 #endif /* _ISERIES_IRQ_H */