aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/prom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/prom.h')
-rw-r--r--include/asm-sparc64/prom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-sparc64/prom.h b/include/asm-sparc64/prom.h
index eb75d3cbcf4c..d0187b3a0ec3 100644
--- a/include/asm-sparc64/prom.h
+++ b/include/asm-sparc64/prom.h
@@ -82,6 +82,9 @@ extern struct device_node *of_get_next_child(const struct device_node *node,
82extern struct property *of_find_property(struct device_node *np, 82extern struct property *of_find_property(struct device_node *np,
83 const char *name, 83 const char *name,
84 int *lenp); 84 int *lenp);
85extern int of_getintprop_default(struct device_node *np,
86 const char *name,
87 int def);
85 88
86extern void prom_build_devicetree(void); 89extern void prom_build_devicetree(void);
87 90