]> git.droids-corp.org - dpdk.git/blobdiff - lib/power/power_kvm_vm.h
cryptodev: fix asymmetric private session variable size
[dpdk.git] / lib / power / power_kvm_vm.h
index 73b4c82e573e9edda3165d2d6c62682dc47d272c..303fcc041b14946d79bffedd4614bcabc7209cc4 100644 (file)
  * RTE Power Management KVM VM
  */
 
-#include <rte_common.h>
-#include <rte_byteorder.h>
-#include <rte_log.h>
-#include <rte_string_fns.h>
 #include "rte_power.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /**
  * Check if KVM power management is supported.
  *
@@ -204,7 +196,4 @@ int power_kvm_vm_disable_turbo(unsigned int lcore_id);
 int power_kvm_vm_get_capabilities(unsigned int lcore_id,
                struct rte_power_core_capabilities *caps);
 
-#ifdef __cplusplus
-}
-#endif
 #endif