diff options
Diffstat (limited to 'arch/x86/include/asm/therm_throt.h')
-rw-r--r-- | arch/x86/include/asm/therm_throt.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/include/asm/therm_throt.h b/arch/x86/include/asm/therm_throt.h new file mode 100644 index 00000000000..1c7f57b6b66 --- /dev/null +++ b/arch/x86/include/asm/therm_throt.h @@ -0,0 +1,9 @@ +#ifndef ASM_X86__THERM_THROT_H +#define ASM_X86__THERM_THROT_H + +#include <asm/atomic.h> + +extern atomic_t therm_throt_en; +int therm_throt_process(int curr); + +#endif /* ASM_X86__THERM_THROT_H */ |