net/virtio: fix multiple process support
[dpdk.git] / drivers / net / virtio / virtio_pci.h
index 32a0bcb..38a71a4 100644 (file)
@@ -339,4 +339,8 @@ vtpci_intr_handle(struct virtio_hw *hw)
        return hw->dev ? &hw->dev->intr_handle : NULL;
 }
 
+extern const struct virtio_pci_ops legacy_ops;
+extern const struct virtio_pci_ops modern_ops;
+extern const struct virtio_pci_ops virtio_user_ops;
+
 #endif /* _VIRTIO_PCI_H_ */