Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
device
/
linaro
/
dragonboard
/
c34f56ce4f291362ecf4bae379c7607d0e0faf54
/
.
/
qcom
/
tqftpserv
/
translate.h
blob: ade2d0922159bccff005c7e08ef4f43011969a80 [
file
] [
log
] [
blame
]
Amit Pundir
d477f82
2020-02-07 22:26:08 +0530
[
diff
] [
blame
]
1
#ifndef
__TRANSLATE_H__
2
#define
__TRANSLATE_H__
3
4
int
translate_open
(
const
char
*
path
,
int
flags
);
5
6
#endif