Loading include/linux/of_fdt.h +2 −0 Original line number Original line Diff line number Diff line Loading @@ -57,6 +57,7 @@ struct boot_param_header { __be32 dt_struct_size; /* size of the DT structure block */ __be32 dt_struct_size; /* size of the DT structure block */ }; }; #if defined(CONFIG_OF_FLATTREE) /* TBD: Temporary export of fdt globals - remove when code fully merged */ /* TBD: Temporary export of fdt globals - remove when code fully merged */ extern int __initdata dt_root_addr_cells; extern int __initdata dt_root_addr_cells; extern int __initdata dt_root_size_cells; extern int __initdata dt_root_size_cells; Loading Loading @@ -98,6 +99,7 @@ extern int early_init_dt_scan_root(unsigned long node, const char *uname, /* Other Prototypes */ /* Other Prototypes */ extern void unflatten_device_tree(void); extern void unflatten_device_tree(void); extern void early_init_devtree(void *); extern void early_init_devtree(void *); #endif /* CONFIG_OF_FLATTREE */ #endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */ #endif /* _LINUX_OF_FDT_H */ #endif /* _LINUX_OF_FDT_H */ Loading
include/linux/of_fdt.h +2 −0 Original line number Original line Diff line number Diff line Loading @@ -57,6 +57,7 @@ struct boot_param_header { __be32 dt_struct_size; /* size of the DT structure block */ __be32 dt_struct_size; /* size of the DT structure block */ }; }; #if defined(CONFIG_OF_FLATTREE) /* TBD: Temporary export of fdt globals - remove when code fully merged */ /* TBD: Temporary export of fdt globals - remove when code fully merged */ extern int __initdata dt_root_addr_cells; extern int __initdata dt_root_addr_cells; extern int __initdata dt_root_size_cells; extern int __initdata dt_root_size_cells; Loading Loading @@ -98,6 +99,7 @@ extern int early_init_dt_scan_root(unsigned long node, const char *uname, /* Other Prototypes */ /* Other Prototypes */ extern void unflatten_device_tree(void); extern void unflatten_device_tree(void); extern void early_init_devtree(void *); extern void early_init_devtree(void *); #endif /* CONFIG_OF_FLATTREE */ #endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */ #endif /* _LINUX_OF_FDT_H */ #endif /* _LINUX_OF_FDT_H */