]> git.proxmox.com Git - ceph.git/blob - ceph/src/dpdk/lib/librte_cfgfile/rte_cfgfile_version.map
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / dpdk / lib / librte_cfgfile / rte_cfgfile_version.map
1 DPDK_2.0 {
2 global:
3
4 rte_cfgfile_close;
5 rte_cfgfile_get_entry;
6 rte_cfgfile_has_entry;
7 rte_cfgfile_has_section;
8 rte_cfgfile_load;
9 rte_cfgfile_num_sections;
10 rte_cfgfile_section_entries;
11 rte_cfgfile_section_num_entries;
12 rte_cfgfile_sections;
13
14 local: *;
15 };
16
17 DPDK_16.04 {
18 global:
19
20 rte_cfgfile_section_entries_by_index;
21
22 } DPDK_2.0;