coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
imc.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef HUDSON_IMC_H
4 #define HUDSON_IMC_H
5 
6 void imc_reg_init(void);
7 void enable_imc_thermal_zone(void);
8 
9 #endif
void imc_reg_init(void)
Definition: imc.c:13
void enable_imc_thermal_zone(void)
Definition: imc.c:43