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