]> git.droids-corp.org - dpdk.git/blobdiff - lib/power/power_pstate_cpufreq.h
ipc: end multiprocess thread during cleanup
[dpdk.git] / lib / power / power_pstate_cpufreq.h
index 0be0bd6b818054fceb13bc9b7f5ac3349842a816..3260b3249463e76de0d208a374e9ceda34d0e2e9 100644 (file)
 #include <rte_string_fns.h>
 #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