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.map10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/bus/vdev/rte_bus_vdev_version.map b/drivers/bus/vdev/rte_bus_vdev_version.map
new file mode 100644
index 00000000..707b870c
--- /dev/null
+++ b/drivers/bus/vdev/rte_bus_vdev_version.map
@@ -0,0 +1,10 @@
+DPDK_17.11 {
+ global:
+
+ rte_vdev_init;
+ rte_vdev_register;
+ rte_vdev_uninit;
+ rte_vdev_unregister;
+
+ local: *;
+};