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 | 2d9401aa58f33cfbd0a585306b69916ca18dedcf (patch) | |
tree | ffa962917f407ce1a4f857af80847dca9b979844 /hw/i2c.h | |
parent | 6c0bd6bde2fa09d2235320bc95dca5036ec96337 (diff) |
LM832x 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, 1 insertions, 2 deletions
@@ -101,7 +101,6 @@ void tmp105_reset(i2c_slave *i2c); void tmp105_set(i2c_slave *i2c, int temp); /* lm832x.c */ -struct i2c_slave *lm8323_init(i2c_bus *bus, qemu_irq nirq); -void lm832x_key_event(struct i2c_slave *i2c, int key, int state); +void lm832x_key_event(i2c_slave *i2c, int key, int state); #endif |