summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/include/intelblocks/thermal.h
blob: a1c3e7877e49d0034f05742f9daad8f2748a9928 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#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