power: add turbo functions to map file

Fixes: 94608a0f7f45 ("power: add per-core turbo boost API")

Signed-off-by: David Hunt <david.hunt@intel.com>
This commit is contained in:
David Hunt 2017-10-03 08:22:13 +01:00 committed by Thomas Monjalon
parent 5dce9fcdb2
commit 3b3db6b8bc

View 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;