therm_throt.h 192 B

123456789
  1. #ifndef _ASM_X86_THERM_THROT_H
  2. #define _ASM_X86_THERM_THROT_H
  3. #include <asm/atomic.h>
  4. extern atomic_t therm_throt_en;
  5. int therm_throt_process(int curr);
  6. #endif /* _ASM_X86_THERM_THROT_H */