diff options
Diffstat (limited to 'hw/i2c.h')
| -rw-r--r-- | hw/i2c.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/i2c.h b/hw/i2c.h index 0f5682b4b0..883b5c588d 100644 --- a/hw/i2c.h +++ b/hw/i2c.h @@ -73,9 +73,6 @@ void *wm8750_dac_buffer(void *opaque, int samples); void wm8750_dac_commit(void *opaque); void wm8750_set_bclk_in(void *opaque, int new_hz); -/* tmp105.c */ -void tmp105_set(I2CSlave *i2c, int temp); - /* lm832x.c */ void lm832x_key_event(DeviceState *dev, int key, int state); |