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 | 6c0bd6bde2fa09d2235320bc95dca5036ec96337 (patch) | |
tree | 4b9ec74a8d4c79bbae897016415d5efd65c42542 /hw/i2c.h | |
parent | d2199005d558962641169178cf668be946026797 (diff) |
MAX7310 I2C qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/i2c.h')
-rw-r--r-- | hw/i2c.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |