diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:08 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:08 +0100 |
commit | 697454eb8e2335c21e07b8cd0a7468d1c53bed08 (patch) | |
tree | 2afa62a2e1142e9d7d5049489f0d0047d9dfe249 /hw/i2c.h | |
parent | e3b425361b3787ac1bfc6fec8f7ebae8c37d5d13 (diff) |
TMP105 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/i2c.h')
-rw-r--r-- | hw/i2c.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -96,8 +96,6 @@ qemu_irq *twl92230_gpio_in_get(i2c_slave *i2c); void twl92230_gpio_out_set(i2c_slave *i2c, int line, qemu_irq handler); /* tmp105.c */ -struct i2c_slave *tmp105_init(i2c_bus *bus, qemu_irq alarm); -void tmp105_reset(i2c_slave *i2c); void tmp105_set(i2c_slave *i2c, int temp); /* lm832x.c */ |