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

#include <BiosCallOuts.h>

Collaboration diagram for BIOS_CALLOUT_STRUCT:
Collaboration graph

Data Fields

UINT32 CalloutName
 
CALLOUT_ENTRY CalloutPtr
 
uint32_t CalloutName
 

Detailed Description

Definition at line 22 of file BiosCallOuts.h.

Field Documentation

◆ CalloutName [1/2]

UINT32 BIOS_CALLOUT_STRUCT::CalloutName

Definition at line 23 of file BiosCallOuts.h.

◆ CalloutName [2/2]

uint32_t BIOS_CALLOUT_STRUCT::CalloutName

Definition at line 65 of file BiosCallOuts.h.

◆ CalloutPtr

CALLOUT_ENTRY BIOS_CALLOUT_STRUCT::CalloutPtr

Definition at line 24 of file BiosCallOuts.h.

Referenced by GetBiosCallout().


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