Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
marvell
/
uboot
/
board
/
evb64260
/
i2c.h
blob: 9c219925240d3e53348ae2fccc5dc57e20acf2bc [
file
] [
log
] [
blame
]
b.liu
e958203
2025-04-17 19:18:16 +0800
[
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