aboutsummaryrefslogtreecommitdiffstats
path: root/src/i2ccmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i2ccmds.h')
-rw-r--r--src/i2ccmds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i2ccmds.h b/src/i2ccmds.h
index 49c05c93..9ce54aa0 100644
--- a/src/i2ccmds.h
+++ b/src/i2ccmds.h
@@ -6,8 +6,11 @@
struct i2cdev_s {
struct i2c_config i2c_config;
+ struct i2c_software *i2c_software;
+ uint8_t flags;
};
struct i2cdev_s *i2cdev_oid_lookup(uint8_t oid);
+void i2cdev_set_software_bus(struct i2cdev_s *i2c, struct i2c_software *is);
#endif