aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vt82c686.h
diff options
context:
space:
mode:
authorHuacai Chen <zltjiangshi@gmail.com>2010-06-29 10:49:29 +0800
committerAurelien Jarno <aurelien@aurel32.net>2010-06-29 23:07:51 +0200
commitedf79e66c020cf540080600d85c5edaa70538025 (patch)
tree4d37fb8de8576b5137743c595e6aa90526de418a /hw/vt82c686.h
parentd0f7453d13b2180bbbf47aaa08626179700aa002 (diff)
Initial support of vt82686b south bridge used by fulong mini pc
Signed-off-by: Huacai Chen <zltjiangshi@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/vt82c686.h')
-rw-r--r--hw/vt82c686.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/hw/vt82c686.h b/hw/vt82c686.h
new file mode 100644
index 000000000..e3270cafd
--- /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