blob: 399bf6026b16c8fd8f17a9fcf154653321495c7a [file] [log] [blame]
Dmitriy Zavin15d5f832006-09-26 10:52:42 +02001#ifndef __ASM_I386_THERM_THROT_H__
2#define __ASM_I386_THERM_THROT_H__ 1
3
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
9#endif /* __ASM_I386_THERM_THROT_H__ */