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 */