Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
f381a26cb5c3e91a062a0b3bf76aa03c5fa468fc
/
.
/
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