coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
twsi.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <device/i2c.h>
4 
5 #ifndef __SOC_CAVIUM_CN81XX_INCLUDE_SOC_TWSI_H
6 #define __SOC_CAVIUM_CN81XX_INCLUDE_SOC_TWSI_H
7 
8 int twsi_init(unsigned int bus, enum i2c_speed hz);
9 
10 #endif
i2c_speed
Definition: i2c.h:43
Definition: device.h:76
int twsi_init(unsigned int bus, enum i2c_speed hz)
Definition: twsi.c:649