|
|
| File: [Development] / linux-2.6-xfs / arch / powerpc / platforms / iseries / irq.h (download)
Revision 1.5, Mon Dec 3 16:26:37 2007 UTC (9 years, 10 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.24-rc3 Merge of 2.6.x-xfs-melb:linux:30183b by kenmcd. |
#ifndef _ISERIES_IRQ_H #define _ISERIES_IRQ_H #ifdef CONFIG_PCI extern void iSeries_init_IRQ(void); extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, u32); extern void iSeries_activate_IRQs(void); #else #define iSeries_init_IRQ NULL #endif extern unsigned int iSeries_get_irq(void); #endif /* _ISERIES_IRQ_H */