]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/platform_data/at24.h
Merge git://www.linux-watchdog.org/linux-watchdog
[mirror_ubuntu-artful-kernel.git] / include / linux / platform_data / at24.h
index d59587473aeddddabf59d3e7e0ec420572720e3d..271a4e25af67d4bdb78781455a4b7a3679010872 100644 (file)
@@ -49,6 +49,7 @@ struct at24_platform_data {
 #define AT24_FLAG_IRUGO                BIT(5)  /* sysfs-entry will be world-readable */
 #define AT24_FLAG_TAKE8ADDR    BIT(4)  /* take always 8 addresses (24c00) */
 #define AT24_FLAG_SERIAL       BIT(3)  /* factory-programmed serial number */
+#define AT24_FLAG_MAC          BIT(2)  /* factory-programmed mac address */
 
        void            (*setup)(struct nvmem_device *nvmem, void *context);
        void            *context;