]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/i2c-algo-pcf.h
[SCSI] sd: remove command-size switching code
[linux-2.6-omap-h63xx.git] / include / linux / i2c-algo-pcf.h
index 77afbb60fd1185fb76699eacd9a8ba6fd5f7f919..0177d280f733df0837f7635b6413b2ff0a23202a 100644 (file)
@@ -33,9 +33,11 @@ struct i2c_algo_pcf_data {
        int  (*getclock) (void *data);
        void (*waitforpin) (void);
 
-       /* local settings */
-       int udelay;
-       int timeout;
+       /* Multi-master lost arbitration back-off delay (msecs)
+        * This should be set by the bus adapter or knowledgable client
+        * if bus is multi-mastered, else zero
+        */
+       unsigned long lab_mdelay;
 };
 
 int i2c_pcf_add_bus(struct i2c_adapter *);