]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/string.h
[PATCH] create a kstrdup library function
[linux-2.6-omap-h63xx.git] / include / linux / string.h
index b9fc59469956368dd3cfa323f0fd45e9fe7ae55b..93994c61309538a8847c84911c6d78ded396bcd7 100644 (file)
@@ -88,6 +88,8 @@ extern int memcmp(const void *,const void *,__kernel_size_t);
 extern void * memchr(const void *,int,__kernel_size_t);
 #endif
 
+extern char *kstrdup(const char *s, int gfp);
+
 #ifdef __cplusplus
 }
 #endif