net/virtio-user: add new virtual PCI driver
[dpdk.git] / drivers / net / virtio / virtio_pci.h
index 6c7f8d7..dd7693f 100644 (file)
@@ -261,6 +261,7 @@ struct virtio_hw {
        struct virtio_pci_common_cfg *common_cfg;
        struct virtio_net_config *dev_cfg;
        const struct virtio_pci_ops *vtpci_ops;
+       void        *virtio_user_dev;
 };
 
 /*