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

#include <systemagent_def.h>

Collaboration diagram for sa_mem_map_descriptor:
Collaboration graph

Data Fields

unsigned int reg
 
bool is_64_bit
 
const char * description
 

Detailed Description

Definition at line 76 of file systemagent_def.h.

Field Documentation

◆ description

const char* sa_mem_map_descriptor::description

Definition at line 79 of file systemagent_def.h.

◆ is_64_bit

bool sa_mem_map_descriptor::is_64_bit

Definition at line 78 of file systemagent_def.h.

Referenced by sa_read_map_entry().

◆ reg

unsigned int sa_mem_map_descriptor::reg

Definition at line 77 of file systemagent_def.h.

Referenced by sa_read_map_entry().


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