]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/linux/string.h
Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash
[people/ms/u-boot.git] / include / linux / string.h
index 62390399b0b1b7e160001abd437fd2020bfee808..9a8cbc24cdceeef5612dcdeca82fe788b3d33f56 100644 (file)
@@ -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