mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
i2c: Rename i2c_bus to I2CBus
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
6749695eaa
commit
a5c828525e
35 changed files with 91 additions and 91 deletions
|
@ -97,7 +97,7 @@ typedef struct Exynos4210State {
|
|||
MemoryRegion dram1_mem;
|
||||
MemoryRegion boot_secondary;
|
||||
MemoryRegion bootreg_mem;
|
||||
i2c_bus *i2c_if[EXYNOS4210_I2C_NUMBER];
|
||||
I2CBus *i2c_if[EXYNOS4210_I2C_NUMBER];
|
||||
} Exynos4210State;
|
||||
|
||||
void exynos4210_write_secondary(ARMCPU *cpu,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue