xref: /aosp_15_r20/external/coreboot/src/soc/cavium/cn81xx/include/soc/twsi.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
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
11