aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/kmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/kmem.h')
-rw-r--r--include/sys/kmem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/kmem.h b/include/sys/kmem.h
index a5ee4e0df..9688b116d 100644
--- a/include/sys/kmem.h
+++ b/include/sys/kmem.h
@@ -248,6 +248,7 @@ enum {
#define KMC_DEFAULT_SEEKS 1
extern int kmem_debugging(void);
+extern char *kmem_vasprintf(const char *fmt, va_list ap);
extern char *kmem_asprintf(const char *fmt, ...);
#define strfree(str) kfree(str)
#define strdup(str) kstrdup(str, GFP_KERNEL)