coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
i2c.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_SAMSUNG_COMMON_INCLUDE_SOC_I2C_H
4 #define SOC_SAMSUNG_COMMON_INCLUDE_SOC_I2C_H
5 
6 void i2c_init(unsigned int bus, int speed, int slaveadd);
7 
8 #endif /* SOC_SAMSUNG_COMMON_INCLUDE_SOC_I2C_H */
void i2c_init(unsigned int bus)
Definition: i2c.c:198
Definition: device.h:76