X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=scripts%2Fdtc%2Futil.h;h=f5c4f1b50d3036d645a15fb0f05f2db4474eaace;hb=28cbc335d272f293c4368abd4ac2e17e36805b79;hp=f800b6011fb1444ed5a8bd8471c7793b1f40c030;hpb=4c7d83e8a8106d90d4eff971c8d070f718ac4f9c;p=karo-tx-linux.git diff --git a/scripts/dtc/util.h b/scripts/dtc/util.h index f800b6011fb1..f5c4f1b50d30 100644 --- a/scripts/dtc/util.h +++ b/scripts/dtc/util.h @@ -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); /**