mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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
1 changed files with 0 additions and 2 deletions
2
hw/irq.h
2
hw/irq.h
|
@ -3,9 +3,7 @@
|
|||
|
||||
/* Generic IRQ/GPIO pin infrastructure. */
|
||||
|
||||
/* FIXME: Rmove one of these. */
|
||||
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue