aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/iSeries/iSeries_irq.h
blob: a7c5bceae8fa388fdb3e4053982cf0e17b5b2cef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef	__ISERIES_IRQ_H__
#define	__ISERIES_IRQ_H__

extern void iSeries_init_IRQ(void);
extern int  iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, HvAgentId);
extern void iSeries_activate_IRQs(void);

extern int XmPciLpEvent_init(void);

#endif /* __ISERIES_IRQ_H__ */