aboutsummaryrefslogtreecommitdiff
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..1c7f57b6b66e
--- /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 */