aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-14 22:35:08 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-14 22:35:08 +0100
commit697454eb8e2335c21e07b8cd0a7468d1c53bed08 (patch)
tree2afa62a2e1142e9d7d5049489f0d0047d9dfe249 /hw/i2c.h
parente3b425361b3787ac1bfc6fec8f7ebae8c37d5d13 (diff)
TMP105 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/i2c.h')
-rw-r--r--hw/i2c.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/i2c.h b/hw/i2c.h
index 7e672f0da0..723dbdc1e3 100644
--- a/hw/i2c.h
+++ b/hw/i2c.h
@@ -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 */