Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
[linux-2.6-block.git] / include / linux / lightnvm.h
index 8f8a74328f20b387d1b5e3fe440b7256c233bd9b..c3c43184a787027abd104bc0e46fbbbeb071b212 100644 (file)
@@ -135,6 +135,10 @@ enum {
        /* Memory types */
        NVM_ID_FMTYPE_SLC       = 0,
        NVM_ID_FMTYPE_MLC       = 1,
+
+       /* Device capabilities */
+       NVM_ID_DCAP_BBLKMGMT    = 0x1,
+       NVM_UD_DCAP_ECC         = 0x2,
 };
 
 struct nvm_id_lp_mlc {