aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of_fdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/of_fdt.h')
-rw-r--r--include/linux/of_fdt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h
index 828c3cdaea78..d1a37e56031e 100644
--- a/include/linux/of_fdt.h
+++ b/include/linux/of_fdt.h
@@ -72,6 +72,7 @@ extern void *of_get_flat_dt_prop(unsigned long node, const char *name,
72extern int of_flat_dt_is_compatible(unsigned long node, const char *name); 72extern int of_flat_dt_is_compatible(unsigned long node, const char *name);
73extern unsigned long of_get_flat_dt_root(void); 73extern unsigned long of_get_flat_dt_root(void);
74extern void early_init_dt_check_for_initrd(unsigned long node); 74extern void early_init_dt_check_for_initrd(unsigned long node);
75extern u64 dt_mem_next_cell(int s, u32 **cellp);
75 76
76/* Early flat tree scan hooks */ 77/* Early flat tree scan hooks */
77extern int early_init_dt_scan_root(unsigned long node, const char *uname, 78extern int early_init_dt_scan_root(unsigned long node, const char *uname,