summaryrefslogtreecommitdiffstats
path: root/include/hw/irq.h
diff options
context:
space:
mode:
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>2014-09-25 22:22:04 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2014-10-23 16:41:25 +0200
commitb58c303590c3d56cbe7435f7e2abe605e4983b8d (patch)
treef41716c11ed5c57cc5974c7f85e578d06aae7b5c /include/hw/irq.h
parent60a79016aed70c4ebcd45a8006c46dc9c397685a (diff)
downloadhqemu-b58c303590c3d56cbe7435f7e2abe605e4983b8d.zip
hqemu-b58c303590c3d56cbe7435f7e2abe605e4983b8d.tar.gz
irq: Remove qemu_irq_intercept_out
No more users left and obsoleted by qdev_intercept_gpio_out. Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw/irq.h')
-rw-r--r--include/hw/irq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/irq.h b/include/hw/irq.h
index 6f874f5..4c4c2ea 100644
--- a/include/hw/irq.h
+++ b/include/hw/irq.h
@@ -61,6 +61,5 @@ qemu_irq *qemu_irq_proxy(qemu_irq **target, int n);
/* For internal use in qtest. Similar to qemu_irq_split, but operating
on an existing vector of qemu_irq. */
void qemu_irq_intercept_in(qemu_irq *gpio_in, qemu_irq_handler handler, int n);
-void qemu_irq_intercept_out(qemu_irq **gpio_out, qemu_irq_handler handler, int n);
#endif
OpenPOWER on IntegriCloud