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

#include <smbios.h>

Collaboration diagram for smbios_header:
Collaboration graph

Data Fields

u8 type
 
u8 length
 
u16 handle
 

Detailed Description

Definition at line 289 of file smbios.h.

Field Documentation

◆ handle

u16 smbios_header::handle

Definition at line 292 of file smbios.h.

Referenced by fw_cfg_smbios_tables(), and smbios_carve_table().

◆ length

u8 smbios_header::length

Definition at line 291 of file smbios.h.

Referenced by smbios_carve_table().

◆ type

u8 smbios_header::type

Definition at line 290 of file smbios.h.

Referenced by smbios_carve_table().


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