summaryrefslogtreecommitdiff
path: root/lib/stack/version.map
blob: 53c7d3d1c518ca0de2999be934dde7e0f6292017 (plain)
1
2
3
4
5
6
7
8
9
DPDK_25 {
	global:

	rte_stack_create;
	rte_stack_free;
	rte_stack_lookup;

	local: *;
};