mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
hw/isa/vt82c686: Introduce TYPE_VIA_IDE define
Establishes consistency with other (VIA) devices. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-Id: <20220901114127.53914-6-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
c1561d1deb
commit
4b8fd0661a
4 changed files with 4 additions and 3 deletions
|
@ -8,6 +8,7 @@
|
|||
#define TYPE_VT8231_ISA "vt8231-isa"
|
||||
#define TYPE_VT8231_PM "vt8231-pm"
|
||||
#define TYPE_VIA_AC97 "via-ac97"
|
||||
#define TYPE_VIA_IDE "via-ide"
|
||||
#define TYPE_VIA_MC97 "via-mc97"
|
||||
|
||||
void via_isa_set_irq(PCIDevice *d, int n, int level);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue