coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
fmap_area Struct Reference

#include <fmap_serialized.h>

Collaboration diagram for fmap_area:
Collaboration graph

Data Fields

uint32_t offset
 
uint32_t size
 
uint8_t name [FMAP_STRLEN]
 
uint16_t flags
 

Detailed Description

Definition at line 22 of file fmap_serialized.h.

Field Documentation

◆ flags

uint16_t fmap_area::flags

Definition at line 26 of file fmap_serialized.h.

◆ name

uint8_t fmap_area::name[FMAP_STRLEN]

Definition at line 25 of file fmap_serialized.h.

Referenced by fmap_find_region_name(), and fmap_locate_area().

◆ offset

uint32_t fmap_area::offset

Definition at line 23 of file fmap_serialized.h.

Referenced by fmap_find_region_name(), and fmap_locate_area().

◆ size

uint32_t fmap_area::size

Definition at line 24 of file fmap_serialized.h.

Referenced by fmap_find_region_name(), and fmap_locate_area().


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