From 849369d6c66d3054688672f97d31fceb8e8230fb Mon Sep 17 00:00:00 2001 From: root Date: Fri, 25 Dec 2015 04:40:36 +0000 Subject: initial_commit --- drivers/vhost/test.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 drivers/vhost/test.h (limited to 'drivers/vhost/test.h') diff --git a/drivers/vhost/test.h b/drivers/vhost/test.h new file mode 100644 index 00000000..1fef5df8 --- /dev/null +++ b/drivers/vhost/test.h @@ -0,0 +1,7 @@ +#ifndef LINUX_VHOST_TEST_H +#define LINUX_VHOST_TEST_H + +/* Start a given test on the virtio null device. 0 stops all tests. */ +#define VHOST_TEST_RUN _IOW(VHOST_VIRTIO, 0x31, int) + +#endif -- cgit v1.2.3