power: add turbo functions to map file
[dpdk.git] / lib / librte_power / rte_power_version.map
index db75ff3..9ae0627 100644 (file)
@@ -16,3 +16,12 @@ DPDK_2.0 {
 
        local: *;
 };
+
+DPDK_17.11 {
+       global:
+
+       rte_power_freq_disable_turbo;
+       rte_power_freq_enable_turbo;
+       rte_power_turbo_status;
+
+} DPDK_2.0;
\ No newline at end of file