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

#ifndef CPU_SAMSUNG_EXYNOS5250_I2C_H
#define CPU_SAMSUNG_EXYNOS5250_I2C_H

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

#endif /* CPU_SAMSUNG_EXYNOS5250_I2C_H */