There is no /sys/parameters
[linux-2.6-block.git] / include / linux / nvme.h
index 971ef086ed63606dd7639278d3366e6df61b2d6b..f451c8d6e231005b5a1ef702a89a2a4b8968ffc4 100644 (file)
@@ -316,6 +316,9 @@ enum {
        NVME_FEAT_WRITE_ATOMIC  = 0x0a,
        NVME_FEAT_ASYNC_EVENT   = 0x0b,
        NVME_FEAT_SW_PROGRESS   = 0x0c,
+       NVME_FWACT_REPL         = (0 << 3),
+       NVME_FWACT_REPL_ACTV    = (1 << 3),
+       NVME_FWACT_ACTV         = (2 << 3),
 };
 
 struct nvme_identify {