eal: introduce PCI ioport API
[dpdk.git] / lib / librte_eal / bsdapp / eal / rte_eal_version.map
index d8ac7f7..4f93ab7 100644 (file)
@@ -139,8 +139,12 @@ DPDK_2.2 {
 DPDK_2.3 {
        global:
 
+       rte_cpu_get_flag_name;
+       rte_eal_pci_ioport_map;
+       rte_eal_pci_ioport_read;
+       rte_eal_pci_ioport_unmap;
+       rte_eal_pci_ioport_write;
        rte_eal_pci_map_device;
        rte_eal_pci_unmap_device;
-       rte_cpu_feature_table;
 
 } DPDK_2.2;