Merge all versions in linker version script files to DPDK_20.0. This commit was generated by running the following command: :~/DPDK$ buildtools/update-abi.sh 20.0 Signed-off-by: Pawel Modrak <pawelx.modrak@intel.com> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Thomas Monjalon <thomas@monjalon.net>
19 lines
295 B
Plaintext
19 lines
295 B
Plaintext
DPDK_20.0 {
|
|
global:
|
|
|
|
rte_pci_dump;
|
|
rte_pci_get_sysfs_path;
|
|
rte_pci_ioport_map;
|
|
rte_pci_ioport_read;
|
|
rte_pci_ioport_unmap;
|
|
rte_pci_ioport_write;
|
|
rte_pci_map_device;
|
|
rte_pci_read_config;
|
|
rte_pci_register;
|
|
rte_pci_unmap_device;
|
|
rte_pci_unregister;
|
|
rte_pci_write_config;
|
|
|
|
local: *;
|
|
};
|