hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/vhost/test.h
....@@ -4,5 +4,6 @@
44
55 /* Start a given test on the virtio null device. 0 stops all tests. */
66 #define VHOST_TEST_RUN _IOW(VHOST_VIRTIO, 0x31, int)
7
+#define VHOST_TEST_SET_BACKEND _IOW(VHOST_VIRTIO, 0x32, int)
78
89 #endif