diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/at24.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/at24.h b/include/linux/platform_data/at24.h index fcfdfe3c0e9c..d59587473aed 100644 --- a/include/linux/platform_data/at24.h +++ b/include/linux/platform_data/at24.h | |||
| @@ -48,6 +48,7 @@ struct at24_platform_data { | |||
| 48 | #define AT24_FLAG_READONLY BIT(6) /* sysfs-entry will be read-only */ | 48 | #define AT24_FLAG_READONLY BIT(6) /* sysfs-entry will be read-only */ |
| 49 | #define AT24_FLAG_IRUGO BIT(5) /* sysfs-entry will be world-readable */ | 49 | #define AT24_FLAG_IRUGO BIT(5) /* sysfs-entry will be world-readable */ |
| 50 | #define AT24_FLAG_TAKE8ADDR BIT(4) /* take always 8 addresses (24c00) */ | 50 | #define AT24_FLAG_TAKE8ADDR BIT(4) /* take always 8 addresses (24c00) */ |
| 51 | #define AT24_FLAG_SERIAL BIT(3) /* factory-programmed serial number */ | ||
| 51 | 52 | ||
| 52 | void (*setup)(struct nvmem_device *nvmem, void *context); | 53 | void (*setup)(struct nvmem_device *nvmem, void *context); |
| 53 | void *context; | 54 | void *context; |
