Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
f381a26cb5c3e91a062a0b3bf76aa03c5fa468fc
/
.
/
include
/
linux
/
linux_string.h
blob: 192b4c9beacb485a68d5d770dd000305bcb6641d [
file
] [
log
] [
blame
]
#ifndef
_LINUX_LINUX_STRING_H_
#define
_LINUX_LINUX_STRING_H_
extern
char
*
skip_spaces
(
const
char
*);
extern
char
*
strim
(
char
*);
#endif