You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
227 B
9 lines
227 B
20 years ago
|
#ifndef _ISERIES_IRQ_H
|
||
|
#define _ISERIES_IRQ_H
|
||
20 years ago
|
|
||
20 years ago
|
extern void iSeries_init_IRQ(void);
|
||
|
extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, HvAgentId);
|
||
|
extern void iSeries_activate_IRQs(void);
|
||
20 years ago
|
|
||
20 years ago
|
#endif /* _ISERIES_IRQ_H */
|