summaryrefslogtreecommitdiffstats
path: root/include/of.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-02 16:28:34 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-06-02 16:28:34 +0200
commit1f23a439245f333752d7b98b9fd5ee2e30a83cc9 (patch)
tree442b8f36703770aa45722bb368b99fa3025c011f /include/of.h
parent5f56c3506007eea1a284cdc55f8b3e60de67f2cc (diff)
parent711b4ae3f0f8cb005fc727139a4c60415bb73031 (diff)
downloadbarebox-1f23a439245f333752d7b98b9fd5ee2e30a83cc9.tar.gz
barebox-1f23a439245f333752d7b98b9fd5ee2e30a83cc9.tar.xz
Merge branch 'for-next/of-i2c'
Diffstat (limited to 'include/of.h')
-rw-r--r--include/of.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/of.h b/include/of.h
index f8a45a7dd4..300b7069c0 100644
--- a/include/of.h
+++ b/include/of.h
@@ -72,6 +72,8 @@ struct fdt_header *fdt_get_tree(void);
struct fdt_header *of_get_fixed_tree(struct device_node *node);
+int of_modalias_node(struct device_node *node, char *modalias, int len);
+
#define device_node_for_nach_child(node, child) \
list_for_each_entry(child, &node->children, parent_list)