• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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