Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
/
.
/
board
/
evb64260
/
i2c.h
blob: 9c219925240d3e53348ae2fccc5dc57e20acf2bc [
file
] [
log
] [
blame
]
#ifndef
__I2C_H__
#define
__I2C_H__
/* function declarations */
uchar i2c_read
(
uchar
,
unsigned
int
,
int
,
uchar
*,
int
);
#endif