diff options
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | 2014-06-13 10:53:49 -0400 |
---|---|---|
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | 2014-06-13 10:53:49 -0400 |
commit | 3d69bb6e4699251102dc145b7800dd012ddec375 (patch) | |
tree | 35d52becc1c1c5934f3d84bdbe3f4ec4bc1b6fe9 /include/uapi | |
parent | f3db22feb5de6b98b7bae924c2d4b6c8d65bedae (diff) | |
download | linux-stable-3d69bb6e4699251102dc145b7800dd012ddec375.tar.gz linux-stable-3d69bb6e4699251102dc145b7800dd012ddec375.tar.bz2 linux-stable-3d69bb6e4699251102dc145b7800dd012ddec375.zip |
NVMe: Define Log Page constants
Taken from the 1.1a version of the spec
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/nvme.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/linux/nvme.h b/include/uapi/linux/nvme.h index a6fb2a360577..29a7d8619d8d 100644 --- a/include/uapi/linux/nvme.h +++ b/include/uapi/linux/nvme.h @@ -306,6 +306,10 @@ enum { NVME_FEAT_WRITE_ATOMIC = 0x0a, NVME_FEAT_ASYNC_EVENT = 0x0b, NVME_FEAT_SW_PROGRESS = 0x0c, + NVME_LOG_ERROR = 0x01, + NVME_LOG_SMART = 0x02, + NVME_LOG_FW_SLOT = 0x03, + NVME_LOG_RESERVATION = 0x80, NVME_FWACT_REPL = (0 << 3), NVME_FWACT_REPL_ACTV = (1 << 3), NVME_FWACT_ACTV = (2 << 3), |