HID: fix lock imbalance in hiddev
[linux-2.6/mini2440.git] / include / asm-x86 / therm_throt.h
blob1c7f57b6b66e413ae52bda3d2c4162703870aed0
1 #ifndef ASM_X86__THERM_THROT_H
2 #define ASM_X86__THERM_THROT_H
4 #include <asm/atomic.h>
6 extern atomic_t therm_throt_en;
7 int therm_throt_process(int curr);
9 #endif /* ASM_X86__THERM_THROT_H */