X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fpower%2Fpower_kvm_vm.h;h=303fcc041b14946d79bffedd4614bcabc7209cc4;hb=080c84cde42fd06443b02f495cd0397a490a1f71;hp=73b4c82e573e9edda3165d2d6c62682dc47d272c;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/power/power_kvm_vm.h b/lib/power/power_kvm_vm.h index 73b4c82e57..303fcc041b 100644 --- a/lib/power/power_kvm_vm.h +++ b/lib/power/power_kvm_vm.h @@ -10,16 +10,8 @@ * RTE Power Management KVM VM */ -#include -#include -#include -#include #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