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

#include <bootblock.h>

Collaboration diagram for descriptor_byte:
Collaboration graph

Data Fields

size_t offset
 
uint8_t desired_value
 

Detailed Description

Definition at line 13 of file bootblock.h.

Field Documentation

◆ desired_value

uint8_t descriptor_byte::desired_value

Definition at line 15 of file bootblock.h.

Referenced by configure_descriptor().

◆ offset

size_t descriptor_byte::offset

Definition at line 14 of file bootblock.h.

Referenced by configure_descriptor().


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