1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-08 20:22:10 +02:00
Files
u-boot-megous/board/evb64260/i2c.h
2001-12-28 14:03:48 +00:00

8 lines
128 B
C

#ifndef __I2C_H__
#define __I2C_H__
/* function declarations */
uchar i2c_read(uchar, unsigned int, int, uchar*, int);
#endif