coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
qupv3_i2c_common.h
Go to the documentation of this file.
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 */
i2c_speed
Definition: i2c.h:43
void i2c_init(unsigned int bus, enum i2c_speed speed)
Definition: qupv3_i2c.c:50
Definition: device.h:76