summaryrefslogtreecommitdiff
path: root/hw/vt82c686.h
diff options
context:
space:
mode:
authorHervé Poussineau <hpoussin@reactos.org>2011-12-15 22:09:57 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2011-12-20 15:44:30 -0600
commitc9940edb473cbaeac565b3a420fdfcc0b6c31e5d (patch)
treef48e47bc11f0a028e6cfd8c99e81d4f419c11974 /hw/vt82c686.h
parentab953e284ad2e701bdbad1685d07c1a930ba8d48 (diff)
downloadqemu-c9940edb473cbaeac565b3a420fdfcc0b6c31e5d.tar.gz
fulong2e: give ISA bus to ISA methods
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/vt82c686.h')
-rw-r--r--hw/vt82c686.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vt82c686.h b/hw/vt82c686.h
index e3270cafd7..6ef876d260 100644
--- a/hw/vt82c686.h
+++ b/hw/vt82c686.h
@@ -2,7 +2,7 @@
#define HW_VT82C686_H
/* vt82c686.c */
-int vt82c686b_init(PCIBus * bus, int devfn);
+ISABus *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,