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

#include <cse.h>

Collaboration diagram for me_version:
Collaboration graph

Data Fields

uint16_t minor
 
uint16_t major
 
uint16_t build
 
uint16_t hotfix
 

Detailed Description

Definition at line 97 of file cse.h.

Field Documentation

◆ build

uint16_t me_version::build

Definition at line 100 of file cse.h.

Referenced by get_me_fw_version().

◆ hotfix

uint16_t me_version::hotfix

Definition at line 101 of file cse.h.

Referenced by get_me_fw_version().

◆ major

uint16_t me_version::major

Definition at line 99 of file cse.h.

Referenced by get_me_fw_version().

◆ minor

uint16_t me_version::minor

Definition at line 98 of file cse.h.

Referenced by get_me_fw_version().


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