diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2011-02-21 14:58:26 +0000 |
|---|---|---|
| committer | Aurelien Jarno <aurelien@aurel32.net> | 2011-02-21 16:02:38 +0100 |
| commit | 9a31334f419c1d773cf4b4bfbbdace96fbf8a4f4 (patch) | |
| tree | 87e1498104ec071f4d497bf5b4685a311df1b280 /hw/irq.h | |
| parent | 81aa06471a5c0ae45537b15f5b44e3f82488cdf5 (diff) | |
| download | focaccia-qemu-9a31334f419c1d773cf4b4bfbbdace96fbf8a4f4.tar.gz focaccia-qemu-9a31334f419c1d773cf4b4bfbbdace96fbf8a4f4.zip | |
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>
Diffstat (limited to 'hw/irq.h')
| -rw-r--r-- | hw/irq.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/irq.h b/hw/irq.h index 5daae44909..f7849edc8e 100644 --- a/hw/irq.h +++ b/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); |