Imported Upstream version 16.07-rc1
[deb_dpdk.git] / lib / librte_pdump / rte_pdump_version.map
1 DPDK_16.07 {
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_set_socket_dir;
10         rte_pdump_uninit;
11
12         local: *;
13 };