]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/i2c.h
V4L/DVB: Use custom I2C probing function mechanism
[net-next-2.6.git] / include / linux / i2c.h
index 59a9f3cdc0b5eabee5f4846589b9cc9b68e035b7..c8627e453e976053eb1a0e1484ea458678f07f7e 100644 (file)
@@ -294,6 +294,9 @@ i2c_new_probed_device(struct i2c_adapter *adap,
                      unsigned short const *addr_list,
                      int (*probe)(struct i2c_adapter *, unsigned short addr));
 
+/* Common custom probe functions */
+extern int i2c_probe_func_quick_read(struct i2c_adapter *, unsigned short addr);
+
 /* For devices that use several addresses, use i2c_new_dummy() to make
  * client handles for the extra addresses.
  */