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

#include <bootstate.h>

Collaboration diagram for boot_state_callback:
Collaboration graph

Data Fields

voidarg
 
void(* callback )(void *arg)
 
struct boot_state_callbacknext
 

Detailed Description

Definition at line 99 of file bootstate.h.

Field Documentation

◆ arg

void* boot_state_callback::arg

Definition at line 100 of file bootstate.h.

Referenced by bs_call_callbacks(), and ipmi_kcs_init().

◆ callback

void(* boot_state_callback::callback) (void *arg)

Definition at line 101 of file bootstate.h.

Referenced by bs_call_callbacks(), and ipmi_kcs_init().

◆ next

struct boot_state_callback* boot_state_callback::next

Definition at line 103 of file bootstate.h.

Referenced by boot_state_sched_callback(), and bs_call_callbacks().


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