aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_efd/rte_efd_version.map
blob: ae60a6417802ab7e8de064882dddbd9868e69f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DPDK_17.02 {
	global:

	rte_efd_create;
	rte_efd_delete;
	rte_efd_find_existing;
	rte_efd_free;
	rte_efd_lookup;
	rte_efd_lookup_bulk;
	rte_efd_update;

	local: *;
};