Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;