diff options
| author | Andreas Färber | 2013-08-03 00:18:51 +0200 |
|---|---|---|
| committer | Andreas Färber | 2014-02-14 16:22:31 +0100 |
| commit | a5c828525e82dbf9f78dcc15070dd49025471afe (patch) | |
| tree | fd6e0ad32b08aa2418374d59e8607e3923266343 /include/hw/isa | |
| parent | nand: Don't use qdev_create() in nand_init() (diff) | |
| download | qemu-a5c828525e82dbf9f78dcc15070dd49025471afe.tar.gz qemu-a5c828525e82dbf9f78dcc15070dd49025471afe.tar.xz qemu-a5c828525e82dbf9f78dcc15070dd49025471afe.zip | |
i2c: Rename i2c_bus to I2CBus
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/hw/isa')
| -rw-r--r-- | include/hw/isa/vt82c686.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hw/isa/vt82c686.h b/include/hw/isa/vt82c686.h index 6ef876d260..471b5e9e53 100644 --- a/include/hw/isa/vt82c686.h +++ b/include/hw/isa/vt82c686.h @@ -5,7 +5,7 @@ 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, - qemu_irq sci_irq); +I2CBus *vt82c686b_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base, + qemu_irq sci_irq); #endif |
