summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung/common/include/soc/i2c.h
blob: 44feb6b046f0ade367268bdb0dc6866da53e239a (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef SOC_SAMSUNG_COMMON_INCLUDE_SOC_I2C_H
#define SOC_SAMSUNG_COMMON_INCLUDE_SOC_I2C_H

void i2c_init(unsigned int bus, int speed, int slaveadd);

#endif /* SOC_SAMSUNG_COMMON_INCLUDE_SOC_I2C_H */