LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
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

◆ boot_cpuid_phys

uint32_t fdt_header::boot_cpuid_phys

Definition at line 16 of file fdt.h.

◆ last_comp_version

uint32_t fdt_header::last_comp_version

Definition at line 13 of file fdt.h.

◆ magic

uint32_t fdt_header::magic

Definition at line 7 of file fdt.h.

◆ off_dt_strings

uint32_t fdt_header::off_dt_strings

Definition at line 10 of file fdt.h.

◆ off_dt_struct

uint32_t fdt_header::off_dt_struct

Definition at line 9 of file fdt.h.

◆ off_mem_rsvmap

uint32_t fdt_header::off_mem_rsvmap

Definition at line 11 of file fdt.h.

◆ size_dt_strings

uint32_t fdt_header::size_dt_strings

Definition at line 19 of file fdt.h.

◆ size_dt_struct

uint32_t fdt_header::size_dt_struct

Definition at line 22 of file fdt.h.

◆ totalsize

uint32_t fdt_header::totalsize

Definition at line 8 of file fdt.h.

◆ version

uint32_t fdt_header::version

Definition at line 12 of file fdt.h.


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