mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
TMP105 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
e3b425361b
commit
697454eb8e
3 changed files with 21 additions and 13 deletions
2
hw/i2c.h
2
hw/i2c.h
|
@ -96,8 +96,6 @@ qemu_irq *twl92230_gpio_in_get(i2c_slave *i2c);
|
|||
void twl92230_gpio_out_set(i2c_slave *i2c, int line, qemu_irq handler);
|
||||
|
||||
/* tmp105.c */
|
||||
struct i2c_slave *tmp105_init(i2c_bus *bus, qemu_irq alarm);
|
||||
void tmp105_reset(i2c_slave *i2c);
|
||||
void tmp105_set(i2c_slave *i2c, int temp);
|
||||
|
||||
/* lm832x.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue