eal: introduce PCI ioport API
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index aa4fcbd..e8d8660 100644 (file)
@@ -142,5 +142,12 @@ DPDK_2.2 {
 DPDK_2.3 {
        global:
 
-       rte_cpu_feature_table;
+       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;
+
 } DPDK_2.2;