Commit aafd3afe authored by Hannes Reinecke's avatar Hannes Reinecke Committed by Christoph Hellwig

nvme.h: add AEN configuration symbols

Signed-off-by: default avatarHannes Reinecke <hare@suse.com>
[hch: split from a larger patch]
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarSagi Grimberg <sagi@grimberg.me>
Reviewed-by: default avatarJohannes Thumshirn <jthumshirn@suse.de>
parent b3984e06
......@@ -446,6 +446,11 @@ enum {
NVME_AER_NOTICE_FW_ACT_STARTING = 0x01,
};
enum {
NVME_AEN_CFG_NS_ATTR = 1 << 8,
NVME_AEN_CFG_FW_ACT = 1 << 9,
};
struct nvme_lba_range_type {
__u8 type;
__u8 attributes;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment