u-boot-brain/board/esd/cpci750/i2c.h

17 lines
317 B
C
Raw Normal View History

2004-12-17 03:21:17 +09:00
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* SPDX-License-Identifier: GPL-2.0+
2004-12-17 03:21:17 +09:00
*
* 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