doc: add Meson coding style to contributors guide
[dpdk.git] / lib / librte_pdump / version.map
1 DPDK_21 {
2         global:
3
4         rte_pdump_disable;
5         rte_pdump_disable_by_deviceid;
6         rte_pdump_enable;
7         rte_pdump_enable_by_deviceid;
8         rte_pdump_init;
9         rte_pdump_uninit;
10
11         local: *;
12 };