aboutsummaryrefslogtreecommitdiff
path: root/include/sg_lib.h
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2017-12-20 03:53:14 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2017-12-20 03:53:14 +0000
commit766b77d70276eef4a6ae92217d1ffbcde819a88b (patch)
tree8a5627e84703361ed577c0527ef437ce45f56259 /include/sg_lib.h
parented9ccf29c5bc66e5212996aee4bbb1496d2d3108 (diff)
downloadsg3_utils-766b77d70276eef4a6ae92217d1ffbcde819a88b.tar.gz
sg_write_x: almost finished; lots of nvme infrastructure
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@737 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'include/sg_lib.h')
-rw-r--r--include/sg_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sg_lib.h b/include/sg_lib.h
index da51749e..c5230974 100644
--- a/include/sg_lib.h
+++ b/include/sg_lib.h
@@ -363,6 +363,7 @@ void sg_print_sense(const char * leadin, const unsigned char * sense_buffer,
#define SG_LIB_CAT_TASK_ABORTED 29 /* SCSI status, this command aborted by? */
#define SG_LIB_CAT_PROTECTION 40 /* subset of aborted command (for PI, DIF) */
/* [sk,asc,ascq: 0xb,0x10,*] */
+#define SG_LIB_NVME_STATUS 48 /* NVMe Status Field (SF) other than 0 */
#define SG_LIB_WILD_RESID 49 /* Residual value for data-in transfer of a */
/* SCSI command is nonsensical */
#define SG_LIB_OS_BASE_ERR 50 /* in Linux: values found in: */