summaryrefslogtreecommitdiffstats
path: root/src/soc/cavium/cn81xx/include/soc/twsi.h
blob: 9756c6ac38e9195b4dbc1bd19e5b2e44945cce44 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
#include <types.h>
#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