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

#include <bootstate.h>

Collaboration diagram for boot_state_init_entry:
Collaboration graph

Data Fields

boot_state_t state
 
boot_state_sequence_t when
 
struct boot_state_callback bscb
 

Detailed Description

Definition at line 170 of file bootstate.h.

Field Documentation

◆ bscb

struct boot_state_callback boot_state_init_entry::bscb

Definition at line 172 of file bootstate.h.

Referenced by boot_state_schedule_static_entries().

◆ state

boot_state_t boot_state_init_entry::state

Definition at line 171 of file bootstate.h.

Referenced by boot_state_schedule_static_entries().

◆ when

boot_state_sequence_t boot_state_init_entry::when

Definition at line 172 of file bootstate.h.

Referenced by boot_state_schedule_static_entries().


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