aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dtc/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dtc/util.h')
-rw-r--r--scripts/dtc/util.h1
1 files changed, 1 insertions, 0 deletions
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)
59} 59}
60 60
61extern char *xstrdup(const char *s); 61extern char *xstrdup(const char *s);
62extern int xasprintf(char **strp, const char *fmt, ...);
62extern char *join_path(const char *path, const char *name); 63extern char *join_path(const char *path, const char *name);
63 64
64/** 65/**