Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
of_fdt.h File Reference
#include <linux/types.h>
#include <linux/init.h>

Go to the source code of this file.

Data Structures

struct  boot_param_header
 

Macros

#define OF_DT_HEADER   0xd00dfeed /* marker */
 
#define OF_DT_BEGIN_NODE   0x1 /* Start of node, full name */
 
#define OF_DT_END_NODE   0x2 /* End node */
 
#define OF_DT_PROP
 
#define OF_DT_NOP   0x4 /* nop */
 
#define OF_DT_END   0x9
 
#define OF_DT_VERSION   0x10
 

Macro Definition Documentation

#define OF_DT_BEGIN_NODE   0x1 /* Start of node, full name */

Definition at line 20 of file of_fdt.h.

#define OF_DT_END   0x9

Definition at line 24 of file of_fdt.h.

#define OF_DT_END_NODE   0x2 /* End node */

Definition at line 21 of file of_fdt.h.

#define OF_DT_HEADER   0xd00dfeed /* marker */

Definition at line 19 of file of_fdt.h.

#define OF_DT_NOP   0x4 /* nop */

Definition at line 23 of file of_fdt.h.

#define OF_DT_PROP
Value:
0x3 /* Property: name off, size,
* content */

Definition at line 22 of file of_fdt.h.

#define OF_DT_VERSION   0x10

Definition at line 26 of file of_fdt.h.