aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/of_fdt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h
index fbf29610616d..bf26bd5df9f1 100644
--- a/include/linux/of_fdt.h
+++ b/include/linux/of_fdt.h
@@ -75,6 +75,9 @@ extern void early_init_dt_scan_chosen_arch(unsigned long node);
75extern int early_init_dt_scan_chosen(unsigned long node, const char *uname, 75extern int early_init_dt_scan_chosen(unsigned long node, const char *uname,
76 int depth, void *data); 76 int depth, void *data);
77extern void early_init_dt_check_for_initrd(unsigned long node); 77extern void early_init_dt_check_for_initrd(unsigned long node);
78extern int early_init_dt_scan_memory(unsigned long node, const char *uname,
79 int depth, void *data);
80extern void early_init_dt_add_memory_arch(u64 base, u64 size);
78extern u64 dt_mem_next_cell(int s, u32 **cellp); 81extern u64 dt_mem_next_cell(int s, u32 **cellp);
79 82
80/* Early flat tree scan hooks */ 83/* Early flat tree scan hooks */