summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung/exynos5420/include/soc/i2c.h
blob: 2574c7243e16197a3f4de5c37d3b793c44689350 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

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