]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/vdev/rte_bus_vdev_version.map
security: fix enum start value
[dpdk.git] / drivers / bus / vdev / rte_bus_vdev_version.map
index 707b870c0ae667f2a502a07d97011053a0bf8de2..590cf9b43764fe93f3287035c6c7747af7d1432a 100644 (file)
@@ -8,3 +8,11 @@ DPDK_17.11 {
 
        local: *;
 };
+
+DPDK_18.02 {
+       global:
+
+       rte_vdev_add_custom_scan;
+       rte_vdev_remove_custom_scan;
+
+} DPDK_17.11;