From edf79e66c020cf540080600d85c5edaa70538025 Mon Sep 17 00:00:00 2001 From: Huacai Chen Date: Tue, 29 Jun 2010 10:49:29 +0800 Subject: Initial support of vt82686b south bridge used by fulong mini pc Signed-off-by: Huacai Chen Signed-off-by: Aurelien Jarno --- hw/vt82c686.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hw/vt82c686.h (limited to 'hw/vt82c686.h') diff --git a/hw/vt82c686.h b/hw/vt82c686.h new file mode 100644 index 0000000000..e3270cafd7 --- /dev/null +++ b/hw/vt82c686.h @@ -0,0 +1,11 @@ +#ifndef HW_VT82C686_H +#define HW_VT82C686_H + +/* vt82c686.c */ +int vt82c686b_init(PCIBus * bus, int devfn); +void vt82c686b_ac97_init(PCIBus *bus, int devfn); +void vt82c686b_mc97_init(PCIBus *bus, int devfn); +i2c_bus *vt82c686b_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base, + qemu_irq sci_irq); + +#endif -- cgit v1.2.3