blob: 1c7f57b6b66e413ae52bda3d2c4162703870aed0 [file] [log] [blame]
Vegard Nossum77ef50a2008-06-18 17:08:48 +02001#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
Vegard Nossum77ef50a2008-06-18 17:08:48 +02009#endif /* ASM_X86__THERM_THROT_H */