aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2020-04-04 02:45:35 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2020-04-04 02:45:35 +0000
commit7f78fcb9b12c87fdc6eca644bc1582d8e5e1242c (patch)
tree85f77e9b0489f0e984e917b2e0312d0ddcd7ef88 /include
parent6d0bc453c737596c5b563dd27d69c2301e9fe280 (diff)
downloadsg3_utils-7f78fcb9b12c87fdc6eca644bc1582d8e5e1242c.tar.gz
sync with sbc4r19a; start req/write SNTL work; testing fixes
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@846 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'include')
-rw-r--r--include/sg_pt_linux.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sg_pt_linux.h b/include/sg_pt_linux.h
index eb451e8d..d96e861c 100644
--- a/include/sg_pt_linux.h
+++ b/include/sg_pt_linux.h
@@ -171,6 +171,13 @@ struct sg_pt_base {
#ifndef NVME_IOCTL_SUBSYS_RESET
#define NVME_IOCTL_SUBSYS_RESET _IO('N', 0x45)
#endif
+#ifndef NVME_IOCTL_RESCAN
+#define NVME_IOCTL_RESCAN _IO('N', 0x46)
+#endif
+#if 0
+#define NVME_IOCTL_ADMIN64_CMD _IOWR('N', 0x47, struct nvme_passthru_cmd64)
+#define NVME_IOCTL_IO64_CMD _IOWR('N', 0x48, struct nvme_passthru_cmd64)
+#endif
extern bool sg_bsg_nvme_char_major_checked;
extern int sg_bsg_major;