summaryrefslogtreecommitdiffstats
path: root/board/Marvell/common/i2c.h
blob: a879ea93c84ad4ddfaf886063697017b6b691309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * (C) Copyright 2000
 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 *
 * SPDX-License-Identifier:	GPL-2.0+
 *
 * Hacked for the DB64360 board by Ingo.Assmus@keymile.com
 */

#ifndef __I2C_H__
#define __I2C_H__

/* function declarations */
uchar i2c_read(uchar, unsigned int, int, uchar*, int);

#endif
OpenPOWER on IntegriCloud