mirror of
https://github.com/qemu/qemu.git
synced 2025-08-14 20:31:47 +00:00

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <58d7585f979f154b1f1e69fdc026eed6dbc7996f.1609584216.git.balaton@eik.bme.hu> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
14 lines
348 B
C
14 lines
348 B
C
#ifndef HW_VT82C686_H
|
|
#define HW_VT82C686_H
|
|
|
|
#define TYPE_VT82C686B_ISA "vt82c686b-isa"
|
|
#define TYPE_VT82C686B_SUPERIO "vt82c686b-superio"
|
|
#define TYPE_VIA_AC97 "via-ac97"
|
|
#define TYPE_VIA_MC97 "via-mc97"
|
|
|
|
/* vt82c686.c */
|
|
I2CBus *vt82c686b_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base,
|
|
qemu_irq sci_irq);
|
|
|
|
#endif
|