diff options
Diffstat (limited to 'include/linux/i2c-algo-pcf.h')
-rw-r--r-- | include/linux/i2c-algo-pcf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/i2c-algo-pcf.h b/include/linux/i2c-algo-pcf.h index 77afbb60fd11..74fb6f889a77 100644 --- a/include/linux/i2c-algo-pcf.h +++ b/include/linux/i2c-algo-pcf.h | |||
@@ -36,6 +36,12 @@ struct i2c_algo_pcf_data { | |||
36 | /* local settings */ | 36 | /* local settings */ |
37 | int udelay; | 37 | int udelay; |
38 | int timeout; | 38 | int timeout; |
39 | |||
40 | /* Multi-master lost arbitration back-off delay (msecs) | ||
41 | * This should be set by the bus adapter or knowledgable client | ||
42 | * if bus is multi-mastered, else zero | ||
43 | */ | ||
44 | unsigned long lab_mdelay; | ||
39 | }; | 45 | }; |
40 | 46 | ||
41 | int i2c_pcf_add_bus(struct i2c_adapter *); | 47 | int i2c_pcf_add_bus(struct i2c_adapter *); |