]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/string.h
[PATCH] Uninline jiffies.h functions
[linux-2.6-omap-h63xx.git] / include / linux / string.h
index e4c7558603167bfffd23cc6966c0d88cb7b45b04..4f69ef9e6eb5098ddafc6ccee368c08af2efd98f 100644 (file)
@@ -99,6 +99,7 @@ extern void * memchr(const void *,int,__kernel_size_t);
 #endif
 
 extern char *kstrdup(const char *s, gfp_t gfp);
+extern void *kmemdup(const void *src, size_t len, gfp_t gfp);
 
 #ifdef __cplusplus
 }