Revision ee6847d1 hw/i2c.h

b/hw/i2c.h
40 40
    I2CSlaveInfo *info;
41 41

  
42 42
    /* Remaining fields for internal use by the I2C code.  */
43
    int address;
43
    uint32_t address;
44 44
};
45 45

  
46 46
i2c_bus *i2c_init_bus(DeviceState *parent, const char *name);

Also available in: Unified diff