NVMe: Split header file into user-visible and kernel-visible pieces
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 25 Jun 2013 19:14:56 +0000 (15:14 -0400)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 3 Sep 2013 20:32:25 +0000 (16:32 -0400)
To build user programs that call the NVMe ioctls, we need to have a
user header file.  Catch up to the new way of doing that by splitting
the header file into kernel and uapi portions.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>

No differences found