aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/iSeries/iSeries_irq.h
blob: 6c9767ac1302a84c38ae8dd84679dbfb0923c233 (plain) (blame)
1
2
3
4
5
6
7
8
#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);

#endif /* __ISERIES_IRQ_H__ */