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 | d2199005d558962641169178cf668be946026797 (patch) | |
| tree | 20f3870e24142585f8a284f9f6f8a7d7e931a0c5 /hw/i2c.h | |
| parent | fe8de49258d2351472ad395b85966f7204f22a01 (diff) | |
| download | focaccia-qemu-d2199005d558962641169178cf668be946026797.tar.gz focaccia-qemu-d2199005d558962641169178cf668be946026797.zip | |
SSD0303 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/i2c.h')
| -rw-r--r-- | hw/i2c.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/i2c.h b/hw/i2c.h index ce092e8cb1..7958b0e69a 100644 --- a/hw/i2c.h +++ b/hw/i2c.h @@ -91,9 +91,6 @@ void *wm8750_dac_buffer(void *opaque, int samples); void wm8750_dac_commit(void *opaque); void wm8750_set_bclk_in(void *opaque, int new_hz); -/* ssd0303.c */ -void ssd0303_init(i2c_bus *bus, int address); - /* twl92230.c */ i2c_slave *twl92230_init(i2c_bus *bus, qemu_irq irq); qemu_irq *twl92230_gpio_in_get(i2c_slave *i2c); |