![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _ASM_X86_THERMAL_H 0003 #define _ASM_X86_THERMAL_H 0004 0005 #ifdef CONFIG_X86_THERMAL_VECTOR 0006 void therm_lvt_init(void); 0007 void intel_init_thermal(struct cpuinfo_x86 *c); 0008 bool x86_thermal_enabled(void); 0009 void intel_thermal_interrupt(void); 0010 #else 0011 static inline void therm_lvt_init(void) { } 0012 static inline void intel_init_thermal(struct cpuinfo_x86 *c) { } 0013 #endif 0014 0015 #endif /* _ASM_X86_THERMAL_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |