mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-13 11:30:03 +01:00
7 lines
128 B
C
7 lines
128 B
C
#ifndef __I2C_H__
|
|
#define __I2C_H__
|
|
|
|
/* function declarations */
|
|
uchar i2c_read(uchar, unsigned int, int, uchar*, int);
|
|
|
|
#endif
|