2008-10-23 05:26:29 +00:00
|
|
|
#ifndef _ASM_X86_THERM_THROT_H
|
|
|
|
#define _ASM_X86_THERM_THROT_H
|
2006-09-26 08:52:42 +00:00
|
|
|
|
2006-09-26 08:52:42 +00:00
|
|
|
#include <asm/atomic.h>
|
|
|
|
|
|
|
|
extern atomic_t therm_throt_en;
|
2006-09-26 08:52:42 +00:00
|
|
|
int therm_throt_process(int curr);
|
|
|
|
|
2008-10-23 05:26:29 +00:00
|
|
|
#endif /* _ASM_X86_THERM_THROT_H */
|