mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()
[linux-2.6-microblaze.git] / include / linux / mtd / spi-nor.h
index d1d736d..d6ec55c 100644 (file)
@@ -243,6 +243,9 @@ enum spi_nor_option_flags {
        SNOR_F_4B_OPCODES       = BIT(6),
        SNOR_F_HAS_4BAIT        = BIT(7),
        SNOR_F_HAS_LOCK         = BIT(8),
+       SNOR_F_HAS_16BIT_SR     = BIT(9),
+       SNOR_F_NO_READ_CR       = BIT(10),
+
 };
 
 /**