summaryrefslogtreecommitdiffstats
path: root/hw/smbus.h
diff options
context:
space:
mode:
authorAnthony Liguori2011-12-05 03:28:27 +0100
committerAnthony Liguori2012-01-27 17:50:47 +0100
commit9e07bdf816b186632cda9651ac29bba76d299c03 (patch)
tree5f18e4c2f54af5f52907c9c073eb35822534c150 /hw/smbus.h
parentssi: convert to QEMU Object Model (diff)
downloadqemu-9e07bdf816b186632cda9651ac29bba76d299c03.tar.gz
qemu-9e07bdf816b186632cda9651ac29bba76d299c03.tar.xz
qemu-9e07bdf816b186632cda9651ac29bba76d299c03.zip
i2c: rename i2c_slave -> I2CSlave
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/smbus.h')
-rw-r--r--hw/smbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/smbus.h b/hw/smbus.h
index a39871593b..2f2d49e29e 100644
--- a/hw/smbus.h
+++ b/hw/smbus.h
@@ -26,7 +26,7 @@
struct SMBusDevice {
/* The SMBus protocol is implemented on top of I2C. */
- i2c_slave i2c;
+ I2CSlave i2c;
/* Remaining fields for internal use only. */
int mode;