mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
i2c: rename i2c_slave -> I2CSlave
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
cd6c4cf28b
commit
9e07bdf816
15 changed files with 91 additions and 89 deletions
|
@ -717,7 +717,7 @@ static void spitz_microdrive_attach(PXA2xxState *cpu, int slot)
|
|||
|
||||
static void spitz_wm8750_addr(void *opaque, int line, int level)
|
||||
{
|
||||
i2c_slave *wm = (i2c_slave *) opaque;
|
||||
I2CSlave *wm = (I2CSlave *) opaque;
|
||||
if (level)
|
||||
i2c_set_slave_address(wm, SPITZ_WM_ADDRH);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue