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)
commit42c7768316905dc64ad22256d6cbff273e3fbf55
treef3a275a003ecb7f85e5f47c5e99c716d4676e0e2
parent7d8224574cbd2326a6be00f319f5f7597abec3f6
NVMe: Split header file into user-visible and kernel-visible pieces

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>
include/linux/nvme.h
include/uapi/linux/Kbuild
include/uapi/linux/nvme.h [new file with mode: 0644]