mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
lasips2: rename LASIPS2Port irq field to birq
The existing boolean irq field in LASIPS2Port will soon be replaced by a proper qemu_irq, so rename the field to birq to allow the upcoming qemu_irq to use the irq name. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Tested-by: Helge Deller <deller@gmx.de> Acked-by: Helge Deller <deller@gmx.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20220712215251.7944-24-mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
@@ -40,7 +40,7 @@ struct LASIPS2Port {
|
||||
uint8_t control;
|
||||
uint8_t buf;
|
||||
bool loopback_rbne;
|
||||
bool irq;
|
||||
bool birq;
|
||||
};
|
||||
|
||||
#define TYPE_LASIPS2_KBD_PORT "lasips2-kbd-port"
|
||||
|
||||
Reference in New Issue
Block a user