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

#include <coreboot_tables.h>

Collaboration diagram for cmos_option_table:
Collaboration graph

Data Fields

uint32_t tag
 
uint32_t size
 
uint32_t header_length
 

Detailed Description

Definition at line 452 of file coreboot_tables.h.

Field Documentation

◆ header_length

uint32_t cmos_option_table::header_length

Definition at line 455 of file coreboot_tables.h.

Referenced by cmos_get_uint_option().

◆ size

uint32_t cmos_option_table::size

Definition at line 454 of file coreboot_tables.h.

Referenced by write_coreboot_table().

◆ tag

uint32_t cmos_option_table::tag

Definition at line 453 of file coreboot_tables.h.


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