mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
hw/adc/zynq-xadc: Use qemu_irq typedef
Except hw/core/irq.c which implements the forward-declared opaque qemu_irq structure, hw/adc/zynq-xadc.{c,h} are the only files not using the typedef. Fix this single exception. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Bernhard Beschow <shentey@gmail.com> Message-id: 20220509202035.50335-1-philippe.mathieu.daude@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
e1be11a5a4
commit
6e76d35f23
2 changed files with 3 additions and 4 deletions
|
@ -39,8 +39,7 @@ struct ZynqXADCState {
|
|||
uint16_t xadc_dfifo[ZYNQ_XADC_FIFO_DEPTH];
|
||||
uint16_t xadc_dfifo_entries;
|
||||
|
||||
struct IRQState *qemu_irq;
|
||||
|
||||
qemu_irq irq;
|
||||
};
|
||||
|
||||
#endif /* ZYNQ_XADC_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue