Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
d9071ce0a8cd684589c9c35e4d7c604a9cbd7d62
/
.
/
board
/
evb64260
/
i2c.h
blob: 9c219925240d3e53348ae2fccc5dc57e20acf2bc [
file
] [
log
] [
blame
]
wdenk
ae41d6a
2001-12-28 14:03:48 +0000
[
diff
] [
blame
]
1
#ifndef
__I2C_H__
2
#define
__I2C_H__
3
4
/* function declarations */
5
uchar i2c_read
(
uchar
,
unsigned
int
,
int
,
uchar
*,
int
);
6
7
#endif