]> www.infradead.org Git - users/hch/nvme-cli.git/commit
Split ioctl command handling from cli
authorKeith Busch <keith.busch@intel.com>
Thu, 25 Feb 2016 22:19:51 +0000 (15:19 -0700)
committerKeith Busch <keith.busch@intel.com>
Tue, 1 Mar 2016 16:25:03 +0000 (09:25 -0700)
commite00a8b6114fded5962b8c6eb48c9aa4e911e3cd4
tree3dcacc1fa28b8bf867fe1fa1503f0972f45cab5e
parent171c41df0494760727feca3ffd1899d49ff41d54
Split ioctl command handling from cli

Moving nvme ioctl handling from the command line interface into a
separate file.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Makefile
nvme-ioctl.c [new file with mode: 0644]
nvme-ioctl.h [new file with mode: 0644]
nvme.c