aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sc7180/include/soc/qupv3_i2c.h
blob: eb92496eac53bb3d4a7f97bbe769f29f30a7cf41 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* This file is part of the depthcharge project. */
/* 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 */