doc: add Meson coding style to contributors guide
[dpdk.git] / lib / librte_latencystats / version.map
1 DPDK_21 {
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 };