blob: c62349ee786031eb10708bbabb1815742cce8867 [file] [log] [blame]
H. Peter Anvin1965aae2008-10-22 22:26:29 -07001#ifndef _ASM_X86_THERM_THROT_H
2#define _ASM_X86_THERM_THROT_H
Dmitriy Zavin15d5f832006-09-26 10:52:42 +02003
Dmitriy Zavin3222b362006-09-26 10:52:42 +02004#include <asm/atomic.h>
5
6extern atomic_t therm_throt_en;
Dmitriy Zavin15d5f832006-09-26 10:52:42 +02007int therm_throt_process(int curr);
8
H. Peter Anvin1965aae2008-10-22 22:26:29 -07009#endif /* _ASM_X86_THERM_THROT_H */