diff options
Diffstat (limited to 'include/linux/of_fdt.h')
-rw-r--r-- | include/linux/of_fdt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h index c9cb8a7bc065..a1ca92ccb0ff 100644 --- a/include/linux/of_fdt.h +++ b/include/linux/of_fdt.h | |||
@@ -78,6 +78,7 @@ extern void early_init_dt_check_for_initrd(unsigned long node); | |||
78 | extern int early_init_dt_scan_memory(unsigned long node, const char *uname, | 78 | extern int early_init_dt_scan_memory(unsigned long node, const char *uname, |
79 | int depth, void *data); | 79 | int depth, void *data); |
80 | extern void early_init_dt_add_memory_arch(u64 base, u64 size); | 80 | extern void early_init_dt_add_memory_arch(u64 base, u64 size); |
81 | extern u64 early_init_dt_alloc_memory_arch(u64 size, u64 align); | ||
81 | extern u64 dt_mem_next_cell(int s, __be32 **cellp); | 82 | extern u64 dt_mem_next_cell(int s, __be32 **cellp); |
82 | 83 | ||
83 | /* | 84 | /* |