mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()
This function only initialize the ISA bus. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20180308223946.26784-19-f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
5c961c3fb1
commit
728d891003
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
#define HW_VT82C686_H
|
||||
|
||||
/* vt82c686.c */
|
||||
ISABus *vt82c686b_init(PCIBus * bus, int devfn);
|
||||
ISABus *vt82c686b_isa_init(PCIBus * bus, int devfn);
|
||||
void vt82c686b_ac97_init(PCIBus *bus, int devfn);
|
||||
void vt82c686b_mc97_init(PCIBus *bus, int devfn);
|
||||
I2CBus *vt82c686b_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue