summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/include/intelblocks/smbus.h
blob: efaf43af3afafd456e630c758b459314b5e80b74 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#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 */