2006-09-26 10:52:42 +02:00
|
|
|
#ifndef __ASM_I386_THERM_THROT_H__
|
|
|
|
#define __ASM_I386_THERM_THROT_H__ 1
|
|
|
|
|
2006-09-26 10:52:42 +02:00
|
|
|
#include <asm/atomic.h>
|
|
|
|
|
|
|
|
extern atomic_t therm_throt_en;
|
2006-09-26 10:52:42 +02:00
|
|
|
int therm_throt_process(int curr);
|
|
|
|
|
|
|
|
#endif /* __ASM_I386_THERM_THROT_H__ */
|