coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smbus.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_INTEL_COMMON_BLOCK_SMBUS_H
4 #define SOC_INTEL_COMMON_BLOCK_SMBUS_H
5 
6 /* Program SMBus IO base, enable host Controller interface, clear status reg */
7 void smbus_common_init(void);
8 
9 #endif /* SOC_INTEL_COMMON_BLOCK_SMBUS_H */
void smbus_common_init(void)
Definition: smbus_early.c:11