aboutsummaryrefslogtreecommitdiff
path: root/hw/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/irq.h')
-rw-r--r--hw/irq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/irq.h b/hw/irq.h
index 652fd6abeb..2d1a3548b0 100644
--- a/hw/irq.h
+++ b/hw/irq.h
@@ -19,3 +19,5 @@ static inline void qemu_irq_lower(qemu_irq irq)
/* Returns an array of N IRQs. */
qemu_irq *qemu_allocate_irqs(qemu_irq_handler handler, void *opaque, int n);
+/* Returns a new IRQ with opposite polarity. */
+qemu_irq qemu_irq_invert(qemu_irq irq);