diff options
Diffstat (limited to 'hw/xics.h')
| -rw-r--r-- | hw/xics.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/hw/xics.h b/hw/xics.h index 99b96ac85a..6817268697 100644 --- a/hw/xics.h +++ b/hw/xics.h @@ -31,14 +31,8 @@ struct icp_state; -enum xics_irq_type { - XICS_MSI, /* Message-signalled (edge) interrupt */ - XICS_LSI, /* Level-signalled interrupt */ -}; - qemu_irq xics_get_qirq(struct icp_state *icp, int irq); -void xics_set_irq_type(struct icp_state *icp, int irq, - enum xics_irq_type type); +void xics_set_irq_type(struct icp_state *icp, int irq, bool lsi); struct icp_state *xics_system_init(int nr_irqs); |