summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/include/intelblocks/thermal.h
blob: 377b2f94dcde616a0641b66cabfe442771f65cce (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOC_INTEL_COMMON_BLOCK_THERMAL_H_
#define _SOC_INTEL_COMMON_BLOCK_THERMAL_H_

/* Enable thermal sensor power management */
void pch_thermal_configuration(void);

#endif