|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/export.h>#include <linux/errno.h>#include <linux/types.h>#include <linux/bootmem.h>#include <linux/initrd.h>#include <linux/debugfs.h>#include <linux/of.h>#include <linux/of_fdt.h>#include <linux/of_irq.h>#include <linux/of_platform.h>#include <asm/page.h>#include <asm/prom.h>Go to the source code of this file.
Functions | |
| int __init | early_init_dt_scan_memory_arch (unsigned long node, const char *uname, int depth, void *data) |
| void __init | early_init_dt_add_memory_arch (u64 base, u64 size) |
| void *__init | early_init_dt_alloc_memory_arch (u64 size, u64 align) |
| void __init | early_init_devtree (void *params) |
| void __init | __dt_setup_arch (struct boot_param_header *bph) |
1.8.2