]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/dtc/util.h
Merge tag 'sound-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[karo-tx-linux.git] / scripts / dtc / util.h
index f800b6011fb1444ed5a8bd8471c7793b1f40c030..f5c4f1b50d3036d645a15fb0f05f2db4474eaace 100644 (file)
@@ -59,6 +59,7 @@ static inline void *xrealloc(void *p, size_t len)
 }
 
 extern char *xstrdup(const char *s);
+extern int xasprintf(char **strp, const char *fmt, ...);
 extern char *join_path(const char *path, const char *name);
 
 /**