summaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5250/include/soc/i2c.h
blob: e4b735a03de9ad5d4d811c157c239e7e43b94a2c (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_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 */