stack: introduce stack library
[dpdk.git] / lib / librte_stack / rte_stack_version.map
diff --git a/lib/librte_stack/rte_stack_version.map b/lib/librte_stack/rte_stack_version.map
new file mode 100644 (file)
index 0000000..6662679
--- /dev/null
@@ -0,0 +1,9 @@
+EXPERIMENTAL {
+       global:
+
+       rte_stack_create;
+       rte_stack_free;
+       rte_stack_lookup;
+
+       local: *;
+};