]> git.proxmox.com Git - qemu.git/blobdiff - hw/i2c.h
qdev: rework device properties.
[qemu.git] / hw / i2c.h
index c4df39988cb524a8f22eb92e42ddcd5bd68ca117..479ff4b9f945f0fdbb4e3d01431b3bb3f0708068 100644 (file)
--- a/hw/i2c.h
+++ b/hw/i2c.h
@@ -40,7 +40,7 @@ struct i2c_slave
     I2CSlaveInfo *info;
 
     /* Remaining fields for internal use by the I2C code.  */
-    int address;
+    uint32_t address;
 };
 
 i2c_bus *i2c_init_bus(DeviceState *parent, const char *name);