diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/i2c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 145797fe6a31..839d0ea3dca3 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -353,6 +353,7 @@ static inline void i2c_set_adapdata (struct i2c_adapter *dev, void *data) | |||
353 | #define I2C_CLASS_CAM_ANALOG (1<<4) /* camera with analog CCD */ | 353 | #define I2C_CLASS_CAM_ANALOG (1<<4) /* camera with analog CCD */ |
354 | #define I2C_CLASS_CAM_DIGITAL (1<<5) /* most webcams */ | 354 | #define I2C_CLASS_CAM_DIGITAL (1<<5) /* most webcams */ |
355 | #define I2C_CLASS_SOUND (1<<6) /* sound devices */ | 355 | #define I2C_CLASS_SOUND (1<<6) /* sound devices */ |
356 | #define I2C_CLASS_SPD (1<<7) /* SPD EEPROMs and similar */ | ||
356 | #define I2C_CLASS_ALL (UINT_MAX) /* all of the above */ | 357 | #define I2C_CLASS_ALL (UINT_MAX) /* all of the above */ |
357 | 358 | ||
358 | /* i2c_client_address_data is the struct for holding default client | 359 | /* i2c_client_address_data is the struct for holding default client |