Revision bc24a225 hw/i2c.h

b/hw/i2c.h
46 46
void i2c_slave_load(QEMUFile *f, i2c_slave *dev);
47 47

  
48 48
/* max111x.c */
49
struct max111x_s;
49
typedef struct MAX111xState MAX111xState;
50 50
uint32_t max111x_read(void *opaque);
51 51
void max111x_write(void *opaque, uint32_t value);
52
struct max111x_s *max1110_init(qemu_irq cb);
53
struct max111x_s *max1111_init(qemu_irq cb);
54
void max111x_set_input(struct max111x_s *s, int line, uint8_t value);
52
MAX111xState *max1110_init(qemu_irq cb);
53
MAX111xState *max1111_init(qemu_irq cb);
54
void max111x_set_input(MAX111xState *s, int line, uint8_t value);
55 55

  
56 56
/* max7310.c */
57 57
i2c_slave *max7310_init(i2c_bus *bus);

Also available in: Unified diff