X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fpower%2Fpower_pstate_cpufreq.h;h=3260b3249463e76de0d208a374e9ceda34d0e2e9;hb=6e858b4d9244cf53505589673755ab18ac2a4a83;hp=0be0bd6b818054fceb13bc9b7f5ac3349842a816;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/power/power_pstate_cpufreq.h b/lib/power/power_pstate_cpufreq.h index 0be0bd6b81..3260b32494 100644 --- a/lib/power/power_pstate_cpufreq.h +++ b/lib/power/power_pstate_cpufreq.h @@ -16,10 +16,6 @@ #include #include "rte_power.h" -#ifdef __cplusplus -extern "C" { -#endif - /** * Check if pstate power management is supported. * @@ -221,8 +217,5 @@ int power_pstate_disable_turbo(unsigned int lcore_id); */ int power_pstate_get_capabilities(unsigned int lcore_id, struct rte_power_core_capabilities *caps); -#ifdef __cplusplus -} -#endif #endif