net/virtio-user: support kernel vhost
[dpdk.git] / drivers / net / virtio / virtio_user / vhost.h
index 515e4fc..5c983bd 100644 (file)
@@ -118,4 +118,6 @@ struct virtio_user_backend_ops {
 };
 
 struct virtio_user_backend_ops ops_user;
+struct virtio_user_backend_ops ops_kernel;
+
 #endif