7 lines
149 B
C
7 lines
149 B
C
|
#ifndef __ASM_I386_THERM_THROT_H__
|
||
|
#define __ASM_I386_THERM_THROT_H__ 1
|
||
|
|
||
|
int therm_throt_process(int curr);
|
||
|
|
||
|
#endif /* __ASM_I386_THERM_THROT_H__ */
|