therm_throt.h 192 字节
Newer Older
V
Vegard Nossum 已提交
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);

V
Vegard Nossum 已提交
9
#endif /* ASM_X86__THERM_THROT_H */