summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/powerpc/include/linux/of.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/powerpc/include/linux/of.h')
-rw-r--r--rtemsbsd/powerpc/include/linux/of.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtemsbsd/powerpc/include/linux/of.h b/rtemsbsd/powerpc/include/linux/of.h
index f7f6f6ec..001a0c80 100644
--- a/rtemsbsd/powerpc/include/linux/of.h
+++ b/rtemsbsd/powerpc/include/linux/of.h
@@ -59,6 +59,8 @@ of_node_put(struct device_node *dn)
const void *of_get_property(const struct device_node *dn, const char *name,
int *len);
+int of_n_addr_cells(struct device_node *dn);
+
/* FIXME: If we need the property, then more work is to do */
#define of_find_property(dn, name, len) of_get_property(dn, name, len)