drivers: export probe/remove helpers for PCI drivers
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev_version.map
index 41004e1..dd0b378 100644 (file)
@@ -32,3 +32,18 @@ DPDK_16.04 {
 
        local: *;
 };
+
+DPDK_16.07 {
+       global:
+
+       rte_cryptodev_parse_vdev_init_params;
+
+} DPDK_16.04;
+
+DPDK_16.11 {
+       global:
+
+       rte_cryptodev_pci_probe;
+       rte_cryptodev_pci_remove;
+
+} DPDK_16.07;