]> Git Repo - qemu.git/blobdiff - hw/i2c/bitbang_i2c.h
hw: Fix qemu_allocate_irqs() leaks
[qemu.git] / hw / i2c / bitbang_i2c.h
index 2866ac351b763a48b26e3372d15a9e5525bd7868..3a7126d5dee87866b434af60b214e1250cb78297 100644 (file)
@@ -8,7 +8,7 @@ typedef struct bitbang_i2c_interface bitbang_i2c_interface;
 #define BITBANG_I2C_SDA 0
 #define BITBANG_I2C_SCL 1
 
-bitbang_i2c_interface *bitbang_i2c_init(i2c_bus *bus);
+bitbang_i2c_interface *bitbang_i2c_init(I2CBus *bus);
 int bitbang_i2c_set(bitbang_i2c_interface *i2c, int line, int level);
 
 #endif
This page took 0.023365 seconds and 4 git commands to generate.