2008-06-18 23:08:48 +08:00
|
|
|
#ifndef ASM_X86__THERM_THROT_H
|
|
|
|
#define ASM_X86__THERM_THROT_H
|
2006-09-26 16:52:42 +08:00
|
|
|
|
2006-09-26 16:52:42 +08:00
|
|
|
#include <asm/atomic.h>
|
|
|
|
|
|
|
|
extern atomic_t therm_throt_en;
|
2006-09-26 16:52:42 +08:00
|
|
|
int therm_throt_process(int curr);
|
|
|
|
|
2008-06-18 23:08:48 +08:00
|
|
|
#endif /* ASM_X86__THERM_THROT_H */
|