|
Linux Kernel
3.7.1
|
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 |
| #define OF_DT_PROP |
1.8.2