bus: add iterator to find a bus
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index 670bab3..944416e 100644 (file)
@@ -198,3 +198,10 @@ DPDK_17.05 {
        vfio_get_group_no;
 
 } DPDK_17.02;
+
+DPDK_17.08 {
+       global:
+
+       rte_bus_find;
+
+} DPDK_17.05;