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

#include <txt_register.h>

Collaboration diagram for txt_extended_data_element_header:
Collaboration graph

Data Fields

uint32_t type
 
uint32_t size
 
uint8_t data [0]
 

Detailed Description

Definition at line 237 of file txt_register.h.

Field Documentation

◆ data

uint8_t txt_extended_data_element_header::data[0]

◆ size

uint32_t txt_extended_data_element_header::size

Definition at line 239 of file txt_register.h.

Referenced by txt_heap_fill_bios_spec().

◆ type

uint32_t txt_extended_data_element_header::type

Definition at line 238 of file txt_register.h.

Referenced by txt_heap_fill_bios_spec().


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