aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/vdev/rte_bus_vdev_version.map
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bus/vdev/rte_bus_vdev_version.map')
-rw-r--r--drivers/bus/vdev/rte_bus_vdev_version.map8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/bus/vdev/rte_bus_vdev_version.map b/drivers/bus/vdev/rte_bus_vdev_version.map
index 707b870c..590cf9b4 100644
--- a/drivers/bus/vdev/rte_bus_vdev_version.map
+++ b/drivers/bus/vdev/rte_bus_vdev_version.map
@@ -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;