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

#ifndef CPU_SAMSUNG_EXYNOS5420_I2C_H
#define CPU_SAMSUNG_EXYNOS5420_I2C_H

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

#endif /* CPU_SAMSUNG_EXYNOS5420_I2C_H */