aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/therm_throt.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/therm_throt.h')
-rw-r--r--arch/x86/include/asm/therm_throt.h9
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 000000000000..c62349ee7860
--- /dev/null
+++ b/arch/x86/include/asm/therm_throt.h
@@ -0,0 +1,9 @@
1#ifndef _ASM_X86_THERM_THROT_H
2#define _ASM_X86_THERM_THROT_H
3
4#include <asm/atomic.h>
5
6extern atomic_t therm_throt_en;
7int therm_throt_process(int curr);
8
9#endif /* _ASM_X86_THERM_THROT_H */