summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-10-17 08:10:24 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-17 08:10:24 +0200
commit54709a8e5ed1e1d6c07bc24321aede08f27a1d58 (patch)
tree7d052887242459527d2119a16d3cfbdc2a2e5438 /include
parent0ccd23cd6464df9beda649d8bed9785e7cd1aa93 (diff)
parent8c767c227d38954a736f55e33b119786f1d740b1 (diff)
downloadbarebox-54709a8e5ed1e1d6c07bc24321aede08f27a1d58.tar.gz
barebox-54709a8e5ed1e1d6c07bc24321aede08f27a1d58.tar.xz
Merge branch 'for-next/of'
Diffstat (limited to 'include')
-rw-r--r--include/of.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/of.h b/include/of.h
index b5f54dd4e5..c8275e169b 100644
--- a/include/of.h
+++ b/include/of.h
@@ -104,6 +104,7 @@ void of_print_property(const void *data, int len);
void of_print_cmdline(struct device_node *root);
void of_print_nodes(struct device_node *node, int indent);
+void of_diff(struct device_node *a, struct device_node *b, int indent);
int of_probe(void);
int of_parse_dtb(struct fdt_header *fdt);
struct device_node *of_unflatten_dtb(const void *fdt);