]> Git Repo - linux.git/blob - drivers/thermal/intel/thermal_interrupt.h
Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
[linux.git] / drivers / thermal / intel / thermal_interrupt.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _INTEL_THERMAL_INTERRUPT_H
3 #define _INTEL_THERMAL_INTERRUPT_H
4
5 /* Interrupt Handler for package thermal thresholds */
6 extern int (*platform_thermal_package_notify)(__u64 msr_val);
7
8 /* Interrupt Handler for core thermal thresholds */
9 extern int (*platform_thermal_notify)(__u64 msr_val);
10
11 /* Callback support of rate control, return true, if
12  * callback has rate control */
13 extern bool (*platform_thermal_package_rate_control)(void);
14
15 /* Handle HWP interrupt */
16 extern void notify_hwp_interrupt(void);
17
18 #endif /* _INTEL_THERMAL_INTERRUPT_H */
This page took 0.030837 seconds and 4 git commands to generate.