lib: provide initial versioning
[dpdk.git] / lib / librte_mbuf / rte_mbuf_version.map
diff --git a/lib/librte_mbuf/rte_mbuf_version.map b/lib/librte_mbuf/rte_mbuf_version.map
new file mode 100644 (file)
index 0000000..c4be3df
--- /dev/null
@@ -0,0 +1,13 @@
+DPDK_2.0 {
+       global:
+
+       rte_ctrlmbuf_init;
+       rte_get_rx_ol_flag_name;
+       rte_get_tx_ol_flag_name;
+       rte_mbuf_sanity_check;
+       rte_pktmbuf_dump;
+       rte_pktmbuf_init;
+       rte_pktmbuf_pool_init;
+
+       local: *;
+};