mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
pckbd: move ISAKBDState from pckbd.c to i8042.h
This allows the QOM types in pckbd.c to be used elsewhere by simply including i8042.h. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Helge Deller <deller@gmx.de> Message-Id: <20220624134109.881989-21-mark.cave-ayland@ilande.co.uk>
This commit is contained in:
parent
77adda52ef
commit
c9849a71b9
2 changed files with 10 additions and 10 deletions
|
@ -686,16 +686,6 @@ void i8042_mm_init(qemu_irq kbd_irq, qemu_irq mouse_irq,
|
|||
qemu_register_reset(kbd_reset, s);
|
||||
}
|
||||
|
||||
struct ISAKBDState {
|
||||
ISADevice parent_obj;
|
||||
|
||||
KBDState kbd;
|
||||
bool kbd_throttle;
|
||||
MemoryRegion io[2];
|
||||
uint8_t kbd_irq;
|
||||
uint8_t mouse_irq;
|
||||
};
|
||||
|
||||
void i8042_isa_mouse_fake_event(ISAKBDState *isa)
|
||||
{
|
||||
KBDState *s = &isa->kbd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue