summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dt_common.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/dt_common.c b/test/dt_common.c
index 76220812..2da1d72d 100644
--- a/test/dt_common.c
+++ b/test/dt_common.c
@@ -47,7 +47,9 @@ static void dump_val(unsigned indent, const void *prop, size_t size)
}
}
-static void dump_dt(const struct dt_node *root, unsigned indent, bool show_props)
+void dump_dt(const struct dt_node *root, unsigned indent, bool show_props);
+
+void dump_dt(const struct dt_node *root, unsigned indent, bool show_props)
{
const struct dt_node *i;
const struct dt_property *p;
OpenPOWER on IntegriCloud