diff options
author | David S. Miller <davem@davemloft.net> | 2006-06-29 17:34:12 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-29 19:37:10 -0400 |
commit | 3ae9a3489a4e2ba665a344a9250c2af05b7b0c59 (patch) | |
tree | 7b78ceaafb19a63e195568642ede37670d88388b /include/asm-sparc64 | |
parent | 286bbe87c143ca7ecee5bb499cd78048c5a05d49 (diff) |
[SPARC]: Add of_n_{addr,size}_cells().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/prom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc64/prom.h b/include/asm-sparc64/prom.h index 265614d497c4..4cecfe6d135d 100644 --- a/include/asm-sparc64/prom.h +++ b/include/asm-sparc64/prom.h | |||
@@ -101,6 +101,8 @@ extern int of_set_property(struct device_node *node, const char *name, void *val | |||
101 | extern int of_getintprop_default(struct device_node *np, | 101 | extern int of_getintprop_default(struct device_node *np, |
102 | const char *name, | 102 | const char *name, |
103 | int def); | 103 | int def); |
104 | extern int of_n_addr_cells(struct device_node *np); | ||
105 | extern int of_n_size_cells(struct device_node *np); | ||
104 | 106 | ||
105 | extern void prom_build_devicetree(void); | 107 | extern void prom_build_devicetree(void); |
106 | 108 | ||