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

#include <txt_register.h>

Collaboration diagram for txt_bios_spec_ver_element:
Collaboration graph

Data Fields

struct txt_extended_data_element_header header
 
uint16_t ver_major
 
uint16_t ver_minor
 
uint16_t ver_revision
 

Detailed Description

Definition at line 248 of file txt_register.h.

Field Documentation

◆ header

struct txt_extended_data_element_header txt_bios_spec_ver_element::header

Definition at line 240 of file txt_register.h.

Referenced by txt_heap_fill_bios_spec().

◆ ver_major

uint16_t txt_bios_spec_ver_element::ver_major

Definition at line 250 of file txt_register.h.

Referenced by txt_heap_fill_bios_spec().

◆ ver_minor

uint16_t txt_bios_spec_ver_element::ver_minor

Definition at line 251 of file txt_register.h.

Referenced by txt_heap_fill_bios_spec().

◆ ver_revision

uint16_t txt_bios_spec_ver_element::ver_revision

Definition at line 252 of file txt_register.h.

Referenced by txt_heap_fill_bios_spec().


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