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