aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_power/rte_power_version.map
blob: db75ff3e705abb284eae0cc444e8c52534c8fa47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DPDK_2.0 {
	global:

	rte_power_exit;
	rte_power_freq_down;
	rte_power_freq_max;
	rte_power_freq_min;
	rte_power_freq_up;
	rte_power_freqs;
	rte_power_get_env;
	rte_power_get_freq;
	rte_power_init;
	rte_power_set_env;
	rte_power_set_freq;
	rte_power_unset_env;

	local: *;
};