summaryrefslogtreecommitdiffstats
path: root/src/soc/cavium/cn81xx/include/soc/twsi.h
blob: 5c8873aa06ac07d023f80a8e8143114391bc6b14 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#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