OSHW-DEIMOS/SOFTWARE/A64-TERES/u-boot_new/board/evb64260/i2c.h
Dimitar Gamishev 093685c7d8 u-boot
2017-10-13 14:02:55 +03:00

8 lines
128 B
C

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