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

#include <cse.h>

Collaboration diagram for fw_version:
Collaboration graph

Data Fields

uint16_t major
 
uint16_t minor
 
uint16_t hotfix
 
uint16_t build
 

Detailed Description

Definition at line 89 of file cse.h.

Field Documentation

◆ build

uint16_t fw_version::build

Definition at line 93 of file cse.h.

Referenced by cse_compare_sub_part_version(), and cse_print_boot_partition_info().

◆ hotfix

uint16_t fw_version::hotfix

Definition at line 92 of file cse.h.

Referenced by cse_compare_sub_part_version(), and cse_print_boot_partition_info().

◆ major

uint16_t fw_version::major

Definition at line 90 of file cse.h.

Referenced by cse_compare_sub_part_version(), and cse_print_boot_partition_info().

◆ minor

uint16_t fw_version::minor

Definition at line 91 of file cse.h.

Referenced by cse_compare_sub_part_version(), and cse_print_boot_partition_info().


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