summaryrefslogtreecommitdiffstats
path: root/src/soc/cavium/cn81xx/include/soc/twsi.h
blob: 436df573e62f15c0abd6ac1a0bd0773634b4000c (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#include <device/i2c.h>

#ifndef __SOC_CAVIUM_CN81XX_INCLUDE_SOC_TWSI_H
#define __SOC_CAVIUM_CN81XX_INCLUDE_SOC_TWSI_H

int twsi_init(unsigned int bus, enum i2c_speed hz);

#endif