xref: /aosp_15_r20/external/coreboot/src/soc/qualcomm/common/include/soc/qupv3_i2c_common.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __I2C_QCOM_HEADER___
4 #define __I2C_QCOM_HEADER___
5 
6 #include <device/i2c.h>
7 
8 void i2c_init(unsigned int bus, enum i2c_speed speed);
9 
10 #endif /* __I2C_QCOM_HEADER */
11