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

Data Fields

u8 magic_num [16]
 
u32 hdr_version
 
u32 db_area_offset
 
u32 ldr_area_offset
 
u32 _reserved_1
 
u32 ldr_format
 
u32 ldr_size
 
u32 _reserved_2 [6]
 

Detailed Description

struct os_area_header - os area header segment. : Always 'cell_ext_os_area'. : Header format version number. : Starting segment number of other os database area. : Starting segment number of bootloader image area. : HEADER_LDR_FORMAT flag. : Size of bootloader image in bytes.

Note that the docs refer to area offsets. These are offsets in units of segments from the start of the os area (top of the header). These are better thought of as segment numbers. The os area of the os area is reserved for the os image.

Definition at line 62 of file os-area.c.

Field Documentation

u32 _reserved_1

Definition at line 67 of file os-area.c.

u32 _reserved_2[6]

Definition at line 70 of file os-area.c.

u32 db_area_offset

Definition at line 65 of file os-area.c.

u32 hdr_version

Definition at line 64 of file os-area.c.

u32 ldr_area_offset

Definition at line 66 of file os-area.c.

u32 ldr_format

Definition at line 68 of file os-area.c.

u32 ldr_size

Definition at line 69 of file os-area.c.

u8 magic_num[16]

Definition at line 63 of file os-area.c.


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