From a984a69e570d7639dba3f0b4a21b5169955162e4 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Thu, 14 May 2009 22:35:09 +0100 Subject: PXA SSI qdev conversion Signed-off-by: Paul Brook --- hw/i2c.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'hw/i2c.h') 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); -- cgit v1.2.3-55-g7522