xref: /aosp_15_r20/external/coreboot/src/soc/intel/common/block/include/intelblocks/smbus.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
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 */
10