X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fpower%2Fpower_cppc_cpufreq.h;h=4e73c91b0517b56f9522c28f690c9df6a4c7a578;hb=6e858b4d9244cf53505589673755ab18ac2a4a83;hp=57c0ee880c3a2d53fda5648a9f427d286c89b1bf;hpb=ef1cc88f183702f523bf2701e1d3984a31b08ab4;p=dpdk.git diff --git a/lib/power/power_cppc_cpufreq.h b/lib/power/power_cppc_cpufreq.h index 57c0ee880c..4e73c91b05 100644 --- a/lib/power/power_cppc_cpufreq.h +++ b/lib/power/power_cppc_cpufreq.h @@ -17,10 +17,6 @@ #include #include "rte_power.h" -#ifdef __cplusplus -extern "C" { -#endif - /** * Check if CPPC power management is supported. * @@ -223,8 +219,4 @@ int power_cppc_disable_turbo(unsigned int lcore_id); int power_cppc_get_capabilities(unsigned int lcore_id, struct rte_power_core_capabilities *caps); -#ifdef __cplusplus -} -#endif - #endif /* _POWER_CPPC_CPUFREQ_H */