diff options
Diffstat (limited to 'include/linux/platform_data/at24.h')
-rw-r--r-- | include/linux/platform_data/at24.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/platform_data/at24.h b/include/linux/platform_data/at24.h index 271a4e25af67..63507ff464ee 100644 --- a/include/linux/platform_data/at24.h +++ b/include/linux/platform_data/at24.h | |||
@@ -50,6 +50,8 @@ struct at24_platform_data { | |||
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 | #define AT24_FLAG_SERIAL BIT(3) /* factory-programmed serial number */ |
52 | #define AT24_FLAG_MAC BIT(2) /* factory-programmed mac address */ | 52 | #define AT24_FLAG_MAC BIT(2) /* factory-programmed mac address */ |
53 | #define AT24_FLAG_NO_RDROL BIT(1) /* does not auto-rollover reads to */ | ||
54 | /* the next slave address */ | ||
53 | 55 | ||
54 | void (*setup)(struct nvmem_device *nvmem, void *context); | 56 | void (*setup)(struct nvmem_device *nvmem, void *context); |
55 | void *context; | 57 | void *context; |