lib: remove librte_ prefix from directory names
[dpdk.git] / lib / stack / version.map
1 DPDK_21 {
2         global:
3
4         rte_stack_create;
5         rte_stack_free;
6         rte_stack_lookup;
7
8         local: *;
9 };