mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 09:45:07 +07:00
e199500c62
Hide some of the iseries details in iSeries_get_irq. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
10 lines
273 B
C
10 lines
273 B
C
#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 iSeries_get_irq(struct pt_regs *);
|
|
|
|
#endif /* _ISERIES_IRQ_H */
|