Skip to content

Commit 971fe63

Browse files
committed
types: Add documentation to enum nvme_csi
Signed-off-by: Daniel Wagner <[email protected]>
1 parent 80c3074 commit 971fe63

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/nvme/types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ enum nvme_constants {
114114
/**
115115
* enum nvme_csi - Defined command set indicators
116116
* @NVME_CSI_NVM: NVM Command Set Indicator
117+
* @NVME_CSI_ZNS: Zoned Namespace Command Set
117118
*/
118119
enum nvme_csi {
119120
NVME_CSI_NVM = 0,

0 commit comments

Comments
 (0)