summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/sc7180/include/soc/qupv3_i2c.h
blob: 71cea0a639c2614e0794c7087a52aa660767a284 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __I2C_QCOM_HEADER___
#define __I2C_QCOM_HEADER___

#include <device/i2c.h>

void i2c_init(unsigned int bus, enum i2c_speed speed);

#endif /* __I2C_QCOM_HEADER */