blob: 33c46d684086cd4dd1a450a68e341d9ce18d127b [file] [log] [blame]
Angel Pons182dbde2020-04-02 23:49:05 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2/* This file is part of the coreboot project. */
WANG Siyuan55f9a732013-12-02 10:18:04 +08003
4#ifndef HUDSON_IMC_H
5#define HUDSON_IMC_H
6
7void imc_reg_init(void);
8void enable_imc_thermal_zone(void);
9
10#endif