Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
f337fb9ea8b8163e2b5cff7e2691a30d23841f3e
/
.
/
include
/
linux
/
linux_string.h
blob: 192b4c9beacb485a68d5d770dd000305bcb6641d [
file
] [
log
] [
blame
]
Joe Hershberger
e772cb3
2012-12-11 22:16:18 -0600
[
diff
] [
blame
]
1
#ifndef
_LINUX_LINUX_STRING_H_
2
#define
_LINUX_LINUX_STRING_H_
3
4
extern
char
*
skip_spaces
(
const
char
*);
5
6
extern
char
*
strim
(
char
*);
7
8
#endif