pci: allow to override sysfs path
[dpdk.git] / lib / librte_eal / bsdapp / eal / rte_eal_version.map
index 58c2951..f8c3dea 100644 (file)
@@ -151,3 +151,10 @@ DPDK_16.04 {
        rte_eal_primary_proc_alive;
 
 } DPDK_2.2;
+
+DPDK_16.07 {
+       global:
+
+       pci_get_sysfs_path;
+
+} DPDK_16.04;