aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2006-06-29 14:34:12 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-29 16:37:10 -0700
commit3ae9a3489a4e2ba665a344a9250c2af05b7b0c59 (patch)
tree7b78ceaafb19a63e195568642ede37670d88388b /include/asm-sparc
parent[SPARC64]: Kill starfire_cookie from SBUS/PCI. (diff)
downloadlinux-dev-3ae9a3489a4e2ba665a344a9250c2af05b7b0c59.tar.xz
linux-dev-3ae9a3489a4e2ba665a344a9250c2af05b7b0c59.zip
[SPARC]: Add of_n_{addr,size}_cells().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc')
-rw-r--r--include/asm-sparc/prom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc/prom.h b/include/asm-sparc/prom.h
index f9cf44c07164..7032d02d3197 100644
--- a/include/asm-sparc/prom.h
+++ b/include/asm-sparc/prom.h
@@ -101,6 +101,8 @@ extern int of_set_property(struct device_node *node, const char *name, void *val
extern int of_getintprop_default(struct device_node *np,
const char *name,
int def);
+extern int of_n_addr_cells(struct device_node *np);
+extern int of_n_size_cells(struct device_node *np);
extern void prom_build_devicetree(void);