lib: provide initial versioning
[dpdk.git] / lib / librte_hash / rte_hash_version.map
1 DPDK_2.0 {
2         global:
3
4         rte_fbk_hash_create;
5         rte_fbk_hash_find_existing;
6         rte_fbk_hash_free;
7         rte_hash_add_key;
8         rte_hash_add_key_with_hash;
9         rte_hash_create;
10         rte_hash_del_key;
11         rte_hash_del_key_with_hash;
12         rte_hash_find_existing;
13         rte_hash_free;
14         rte_hash_lookup;
15         rte_hash_lookup_bulk;
16         rte_hash_lookup_with_hash;
17
18         local: *;
19 };