summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/pi/hudson/imc.h
blob: 33c46d684086cd4dd1a450a68e341d9ce18d127b (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 HUDSON_IMC_H
#define HUDSON_IMC_H

void imc_reg_init(void);
void enable_imc_thermal_zone(void);

#endif