summaryrefslogtreecommitdiffstats
path: root/sbin/nvmecontrol/nvmecontrol.h
diff options
context:
space:
mode:
authorjimharris <jimharris@FreeBSD.org>2013-06-26 23:02:48 +0000
committerjimharris <jimharris@FreeBSD.org>2013-06-26 23:02:48 +0000
commit39388a678883e38b78d67404df046d224aaad6cf (patch)
tree9c40511663cc6c53e52cf9852d0e14e5c2ec8a62 /sbin/nvmecontrol/nvmecontrol.h
parentb1ea6d920cace0d525411064ebed4d92092d9074 (diff)
downloadFreeBSD-src-39388a678883e38b78d67404df046d224aaad6cf.zip
FreeBSD-src-39388a678883e38b78d67404df046d224aaad6cf.tar.gz
Break out code related to the perftest command into a separate file.
Sponsored by: Intel MFC after: 3 days
Diffstat (limited to 'sbin/nvmecontrol/nvmecontrol.h')
-rw-r--r--sbin/nvmecontrol/nvmecontrol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/nvmecontrol/nvmecontrol.h b/sbin/nvmecontrol/nvmecontrol.h
index 40e048e..2bb5784 100644
--- a/sbin/nvmecontrol/nvmecontrol.h
+++ b/sbin/nvmecontrol/nvmecontrol.h
@@ -52,6 +52,7 @@ void read_namespace_data(int fd, int nsid, struct nvme_namespace_data *nsdata);
void devlist(int argc, char *argv[]);
void identify(int argc, char *argv[]);
+void perftest(int argc, char *argv[]);
#endif
OpenPOWER on IntegriCloud