aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i2c.h')
-rw-r--r--hw/i2c.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i2c.h b/hw/i2c.h
index 7958b0e69a..6d223ea4e3 100644
--- a/hw/i2c.h
+++ b/hw/i2c.h
@@ -75,7 +75,6 @@ MAX111xState *max1111_init(qemu_irq cb);
void max111x_set_input(MAX111xState *s, int line, uint8_t value);
/* max7310.c */
-i2c_slave *max7310_init(i2c_bus *bus);
void max7310_reset(i2c_slave *i2c);
qemu_irq *max7310_gpio_in_get(i2c_slave *i2c);
void max7310_gpio_out_set(i2c_slave *i2c, int line, qemu_irq handler);