aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-ppc64/iSeries/iSeries_irq.h
blob: ff8ddede038c6a4574d1a200e0ea84ec474b8a5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef	__ISERIES_IRQ_H__
#define	__ISERIES_IRQ_H__

#ifdef __cplusplus
extern "C" {
#endif

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

int XmPciLpEvent_init(void);

#ifdef __cplusplus
}
#endif

#endif /* __ISERIES_IRQ_H__ */