Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fdt_header Struct Reference

#include <fdt.h>

Data Fields

uint32_t magic
 
uint32_t totalsize
 
uint32_t off_dt_struct
 
uint32_t off_dt_strings
 
uint32_t off_mem_rsvmap
 
uint32_t version
 
uint32_t last_comp_version
 
uint32_t boot_cpuid_phys
 
uint32_t size_dt_strings
 
uint32_t size_dt_struct
 

Detailed Description

Definition at line 6 of file fdt.h.

Field Documentation

uint32_t boot_cpuid_phys

Definition at line 16 of file fdt.h.

uint32_t last_comp_version

Definition at line 13 of file fdt.h.

uint32_t magic

Definition at line 7 of file fdt.h.

uint32_t off_dt_strings

Definition at line 10 of file fdt.h.

uint32_t off_dt_struct

Definition at line 9 of file fdt.h.

uint32_t off_mem_rsvmap

Definition at line 11 of file fdt.h.

uint32_t size_dt_strings

Definition at line 19 of file fdt.h.

uint32_t size_dt_struct

Definition at line 22 of file fdt.h.

uint32_t totalsize

Definition at line 8 of file fdt.h.

uint32_t version

Definition at line 12 of file fdt.h.


The documentation for this struct was generated from the following file: