mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
tests: convert ds1338-test to qtest
This way, ds1338-test will run for every machine that exposes an i2c-bus. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
93c3fe2a34
commit
8130dbcbcd
4 changed files with 17 additions and 50 deletions
|
@ -75,7 +75,5 @@ typedef struct IMXI2C {
|
|||
} IMXI2C;
|
||||
|
||||
void imx_i2c_init(IMXI2C *s, QTestState *qts, uint64_t addr);
|
||||
I2CAdapter *imx_i2c_create(QTestState *qts, uint64_t addr);
|
||||
void imx_i2c_free(I2CAdapter *i2c);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue