hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
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