projects
/
profile
/
mobile
/
platform
/
kernel
/
u-boot-tm1.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tizen: thordown: fix to check larger file size than partition size
[profile/mobile/platform/kernel/u-boot-tm1.git]
/
board
/
evb64260
/
i2c.h
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