be5b014cd775c3e182f63742fd60402749f7a181
[dpdk.git] / version.map
1 DPDK_22 {
2         global:
3
4         rte_latencystats_get;
5         rte_latencystats_get_names;
6         rte_latencystats_init;
7         rte_latencystats_uninit;
8         rte_latencystats_update;
9
10         local: *;
11 };