devtools: pass custom options to checkpatch
[dpdk.git] / lib / librte_compressdev / rte_compressdev_version.map
index 6f900b6..e2a108b 100644 (file)
@@ -1,5 +1,5 @@
 EXPERIMENTAL {
-        global:
+       global:
 
        rte_compressdev_capability_get;
        rte_compressdev_close;
@@ -32,8 +32,9 @@ EXPERIMENTAL {
        rte_comp_get_feature_name;
        rte_comp_op_alloc;
        rte_comp_op_bulk_alloc;
+       rte_comp_op_bulk_free;
        rte_comp_op_free;
        rte_comp_op_pool_create;
 
-        local: *;
+       local: *;
 };