diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-18 15:59:42 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-06-03 14:03:02 +0200 |
commit | 8130dbcbcda15b3fe5ae1da76bf48868c4ce90fb (patch) | |
tree | 4a8e342c7b0fcd09216184546e953090b4a360d3 /tests/libqos/i2c.h | |
parent | 93c3fe2a349970aaba8d196b8c2cbcd7c472bb81 (diff) |
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>
Diffstat (limited to 'tests/libqos/i2c.h')
-rw-r--r-- | tests/libqos/i2c.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/libqos/i2c.h b/tests/libqos/i2c.h index 66b0e0d06e..2c8cc3eab5 100644 --- a/tests/libqos/i2c.h +++ b/tests/libqos/i2c.h @@ -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 |