|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/errno.h>#include <linux/mutex.h>#include <linux/slab.h>#include <linux/of.h>#include <linux/of_pdt.h>#include <asm/prom.h>Go to the source code of this file.
Functions | |
| void __init | of_pdt_build_devicetree (phandle root_node, struct of_pdt_ops *ops) |
Variables | |
| void __initdata(* | of_pdt_build_more )(struct device_node *dp, struct device_node ***nextp) |
| void __init of_pdt_build_devicetree | ( | phandle | root_node, |
| struct of_pdt_ops * | ops | ||
| ) |
| void __initdata(* of_pdt_build_more)(struct device_node *dp, struct device_node ***nextp) |
1.8.2