diff options
Diffstat (limited to 'include/linux/i2c.h')
| -rw-r--r-- | include/linux/i2c.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 59a9f3cdc0b5..c8627e453e97 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
| @@ -294,6 +294,9 @@ i2c_new_probed_device(struct i2c_adapter *adap, | |||
| 294 | unsigned short const *addr_list, | 294 | unsigned short const *addr_list, |
| 295 | int (*probe)(struct i2c_adapter *, unsigned short addr)); | 295 | int (*probe)(struct i2c_adapter *, unsigned short addr)); |
| 296 | 296 | ||
| 297 | /* Common custom probe functions */ | ||
| 298 | extern int i2c_probe_func_quick_read(struct i2c_adapter *, unsigned short addr); | ||
| 299 | |||
| 297 | /* For devices that use several addresses, use i2c_new_dummy() to make | 300 | /* For devices that use several addresses, use i2c_new_dummy() to make |
| 298 | * client handles for the extra addresses. | 301 | * client handles for the extra addresses. |
| 299 | */ | 302 | */ |
