coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_FINTEK_F81866D_CHIP_H
4 #define SUPERIO_FINTEK_F81866D_CHIP_H
5 
6 #include <stdint.h>
7 
9 
10  /* AMD TSI */
13 
14  /* Fan control */
19 
29 
30  /* Temp sensor type */
32 };
33 
34 #endif /* SUPERIO_FINTEK_F81866D_CHIP_H */
unsigned char uint8_t
Definition: stdint.h:8
uint8_t hwm_fan2_temp_map_select
Definition: chip.h:18