X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flinux%2Fstring.h;h=9a8cbc24cdceeef5612dcdeca82fe788b3d33f56;hb=3ae6abb697b85516975443ca7eac44d18ed4c53f;hp=62390399b0b1b7e160001abd437fd2020bfee808;hpb=321bbd41f9f8bc58ac76017b7d5dffb67382a99f;p=u-boot diff --git a/include/linux/string.h b/include/linux/string.h index 62390399b0..9a8cbc24cd 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -47,6 +47,10 @@ extern char * strchr(const char *,int); #ifndef __HAVE_ARCH_STRRCHR extern char * strrchr(const char *,int); #endif +extern char * skip_spaces(const char *); + +extern char *strim(char *); + #ifndef __HAVE_ARCH_STRSTR extern char * strstr(const char *,const char *); #endif