]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/uapi/linux/nvme.h
NVMe: Add nvme subsystem reset IOCTL
[mirror_ubuntu-artful-kernel.git] / include / uapi / linux / nvme.h
index 732b32e92b02efb257414a4bd24e552c078cdade..8864194a41512f9cec49bde23b30b873b485e9b1 100644 (file)
@@ -584,5 +584,6 @@ struct nvme_passthru_cmd {
 #define NVME_IOCTL_SUBMIT_IO   _IOW('N', 0x42, struct nvme_user_io)
 #define NVME_IOCTL_IO_CMD      _IOWR('N', 0x43, struct nvme_passthru_cmd)
 #define NVME_IOCTL_RESET       _IO('N', 0x44)
+#define NVME_IOCTL_SUBSYS_RESET        _IO('N', 0x45)
 
 #endif /* _UAPI_LINUX_NVME_H */