diff options
Diffstat (limited to 'tools/power/cpupower/utils/helpers/helpers.h')
-rw-r--r-- | tools/power/cpupower/utils/helpers/helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/power/cpupower/utils/helpers/helpers.h b/tools/power/cpupower/utils/helpers/helpers.h index afb66f80554e..799a18be60aa 100644 --- a/tools/power/cpupower/utils/helpers/helpers.h +++ b/tools/power/cpupower/utils/helpers/helpers.h | |||
@@ -70,6 +70,8 @@ enum cpupower_cpu_vendor {X86_VENDOR_UNKNOWN = 0, X86_VENDOR_INTEL, | |||
70 | #define CPUPOWER_CAP_IS_SNB 0x00000020 | 70 | #define CPUPOWER_CAP_IS_SNB 0x00000020 |
71 | #define CPUPOWER_CAP_INTEL_IDA 0x00000040 | 71 | #define CPUPOWER_CAP_INTEL_IDA 0x00000040 |
72 | 72 | ||
73 | #define CPUPOWER_AMD_CPBDIS 0x02000000 | ||
74 | |||
73 | #define MAX_HW_PSTATES 10 | 75 | #define MAX_HW_PSTATES 10 |
74 | 76 | ||
75 | struct cpupower_cpu_info { | 77 | struct cpupower_cpu_info { |