Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
of_pdt.h File Reference

Go to the source code of this file.

Data Structures

struct  of_pdt_ops
 

Functions

voidprom_early_alloc (unsigned long size)
 
void of_pdt_build_devicetree (phandle root_node, struct of_pdt_ops *ops)
 

Variables

void(* of_pdt_build_more )(struct device_node *dp, struct device_node ***nextp)
 

Function Documentation

void of_pdt_build_devicetree ( phandle  root_node,
struct of_pdt_ops ops 
)

Definition at line 237 of file pdt.c.

void* prom_early_alloc ( unsigned long  size)

Definition at line 31 of file prom_32.c.

Variable Documentation

void(* of_pdt_build_more)(struct device_node *dp, struct device_node ***nextp)

Definition at line 29 of file pdt.c.