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