blob: b9c801ba5a476d103a35d454ffd89c783d901b3c [file] [log] [blame]
Stephen Rothwellb08567cb2005-09-28 23:37:01 +10001#ifndef _ISERIES_IRQ_H
2#define _ISERIES_IRQ_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
Stephen Rothwell6b7feec2005-06-21 17:15:35 -07004extern void iSeries_init_IRQ(void);
5extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, HvAgentId);
Stephen Rothwell6b7feec2005-06-21 17:15:35 -07006extern void iSeries_activate_IRQs(void);
Stephen Rothwelle1995002005-11-16 18:53:29 +11007extern int iSeries_get_irq(struct pt_regs *);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
Stephen Rothwellb08567cb2005-09-28 23:37:01 +10009#endif /* _ISERIES_IRQ_H */