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

#include <mcall.h>

Collaboration diagram for blocker:
Collaboration graph

Data Fields

voidarg
 
void(* fn )(void *arg)
 
atomic_t sync_a
 
atomic_t sync_b
 

Detailed Description

Definition at line 32 of file mcall.h.

Field Documentation

◆ arg

void* blocker::arg

Definition at line 33 of file mcall.h.

◆ fn

void(* blocker::fn) (void *arg)

Definition at line 34 of file mcall.h.

◆ sync_a

atomic_t blocker::sync_a

Definition at line 35 of file mcall.h.

◆ sync_b

atomic_t blocker::sync_b

Definition at line 36 of file mcall.h.


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