35a84c2f56
Remove struct pt_regs * from all handlers. Also remove the regs argument from get_irq() functions. Compile tested with arch/powerpc/config/* and arch/ppc/configs/prep_defconfig Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
10 lines
264 B
C
10 lines
264 B
C
#ifndef _ISERIES_IRQ_H
|
|
#define _ISERIES_IRQ_H
|
|
|
|
extern void iSeries_init_IRQ(void);
|
|
extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, u32);
|
|
extern void iSeries_activate_IRQs(void);
|
|
extern unsigned int iSeries_get_irq(void);
|
|
|
|
#endif /* _ISERIES_IRQ_H */
|