]> git.sur5r.net Git - u-boot/blobdiff - include/linux/string.h
OMAP3: mcx: read hot-water-button after reset
[u-boot] / 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