therm_throt.h 192 字节
Newer Older
H
H. Peter Anvin 已提交
1 2
#ifndef _ASM_X86_THERM_THROT_H
#define _ASM_X86_THERM_THROT_H
3

4 5 6
#include <asm/atomic.h>

extern atomic_t therm_throt_en;
7 8
int therm_throt_process(int curr);

H
H. Peter Anvin 已提交
9
#endif /* _ASM_X86_THERM_THROT_H */