5fe60f72e0d5b7305818169a2b39b10d107cfa5d
[deb_dpdk.git] / 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;
23
24 DPDK_17.05 {
25     global:
26
27     rte_cfgfile_load_with_params;
28
29 } DPDK_16.04;