xref: /f-stack/dpdk/lib/librte_pdump/version.map (revision 2d9fd380)
1DPDK_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};
13