aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/intel/intel_hfi.h
blob: 05f748b48a4e4cc1cec78b843b0d26d36216cf65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _INTEL_HFI_H
#define _INTEL_HFI_H

#if defined(CONFIG_INTEL_HFI_THERMAL)
void __init intel_hfi_init(void);
#else
static inline void intel_hfi_init(void) { }
#endif /* CONFIG_INTEL_HFI_THERMAL */

#endif /* _INTEL_HFI_H */