hw/irq.h: Remove unused SetIRQFunc typedef
Remove the typedef SetIRQFunc, as it is not used by anything. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
81aa06471a
commit
9a31334f41
2
hw/irq.h
2
hw/irq.h
@ -3,9 +3,7 @@
|
|||||||
|
|
||||||
/* Generic IRQ/GPIO pin infrastructure. */
|
/* Generic IRQ/GPIO pin infrastructure. */
|
||||||
|
|
||||||
/* FIXME: Rmove one of these. */
|
|
||||||
typedef void (*qemu_irq_handler)(void *opaque, int n, int level);
|
typedef void (*qemu_irq_handler)(void *opaque, int n, int level);
|
||||||
typedef void SetIRQFunc(void *opaque, int irq_num, int level);
|
|
||||||
|
|
||||||
void qemu_set_irq(qemu_irq irq, int level);
|
void qemu_set_irq(qemu_irq irq, int level);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user