summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/include/intelblocks/smbus.h
blob: 6f197685a27fb1acc509a30546041a9e0cfff9bd (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef SOC_INTEL_COMMON_BLOCK_SMBUS_H
#define SOC_INTEL_COMMON_BLOCK_SMBUS_H

/* Program SMBus IO base, enable host Controller interface, clear status reg */
void smbus_common_init(void);

#endif	/* SOC_INTEL_COMMON_BLOCK_SMBUS_H */