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