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

#include <fw_cfg_if.h>

Collaboration diagram for FwCfgSmbios:
Collaboration graph

Data Fields

uint16_t length
 
uint8_t headertype
 
uint8_t tabletype
 
uint16_t fieldoffset
 

Detailed Description

Definition at line 89 of file fw_cfg_if.h.

Field Documentation

◆ fieldoffset

uint16_t FwCfgSmbios::fieldoffset

Definition at line 93 of file fw_cfg_if.h.

Referenced by fw_cfg_smbios_init().

◆ headertype

uint8_t FwCfgSmbios::headertype

Definition at line 91 of file fw_cfg_if.h.

Referenced by fw_cfg_smbios_init().

◆ length

uint16_t FwCfgSmbios::length

Definition at line 90 of file fw_cfg_if.h.

Referenced by fw_cfg_smbios_init().

◆ tabletype

uint8_t FwCfgSmbios::tabletype

Definition at line 92 of file fw_cfg_if.h.

Referenced by fw_cfg_smbios_init().


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