]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/linux/string.h
* Patch by Yuli Barcohen, 4 Mar 2004:
[karo-tx-uboot.git] / include / linux / string.h
index e5d57dcae0d3b000bfa8d2e821dd6a62812f54aa..403ae982beb248e53356c8f16b5e4f5d3c5358cb 100644 (file)
@@ -59,6 +59,9 @@ extern __kernel_size_t strnlen(const char *,__kernel_size_t);
 #ifndef __HAVE_ARCH_STRDUP
 extern char * strdup(const char *);
 #endif
+#ifdef __HAVE_ARCH_STRSWAB
+extern char * strswab(const char *);
+#endif
 
 #ifndef __HAVE_ARCH_MEMSET
 extern void * memset(void *,int,__kernel_size_t);