aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/nvme_ioctl.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-10-09nvme: move hardware structures out of the uapi version of nvme.hChristoph Hellwig1-0/+65
Currently all NVMe command and completion structures are exposed to userspace through the uapi version of nvme.h. They are not an ABI between the kernel and userspace, and will change in C-incompatible way for future versions of the spec. Move them to the kernel version of the file and rename the uapi header to nvme_ioctl.h so that userspace can easily detect the presence of the new clean header. Nvme-cli already carries a local copy of the header, so it won't be affected by this move. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>