diff options
| author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:09 +0100 |
|---|---|---|
| committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:09 +0100 |
| commit | a984a69e570d7639dba3f0b4a21b5169955162e4 (patch) | |
| tree | 22914d569bacc9951f69aae2fff9d60d77fe6f68 /hw/i2c.h | |
| parent | 5493e33f12b75207f8b1bb993ba97e47b3d8de85 (diff) | |
| download | focaccia-qemu-a984a69e570d7639dba3f0b4a21b5169955162e4.tar.gz focaccia-qemu-a984a69e570d7639dba3f0b4a21b5169955162e4.zip | |
PXA SSI qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/i2c.h')
| -rw-r--r-- | hw/i2c.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/i2c.h b/hw/i2c.h index 55d6ec552f..4e5a1ac8f5 100644 --- a/hw/i2c.h +++ b/hw/i2c.h @@ -61,14 +61,6 @@ void i2c_register_slave(const char *name, int size, I2CSlaveInfo *type); DeviceState *i2c_create_slave(i2c_bus *bus, const char *name, int addr); -/* max111x.c */ -typedef struct MAX111xState MAX111xState; -uint32_t max111x_read(void *opaque); -void max111x_write(void *opaque, uint32_t value); -MAX111xState *max1110_init(qemu_irq cb); -MAX111xState *max1111_init(qemu_irq cb); -void max111x_set_input(MAX111xState *s, int line, uint8_t value); - /* max7310.c */ void max7310_reset(i2c_slave *i2c); qemu_irq *max7310_gpio_in_get(i2c_slave *i2c); |