eal/memory: fix unused SIGBUS handler
[dpdk.git] / lib / latencystats / 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 };