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

#include <of.h>

Collaboration diagram for of_arg_t:
Collaboration graph

Data Fields

unsigned int serv
 
int nargs
 
int nrets
 
unsigned int args [16]
 

Detailed Description

Definition at line 42 of file of.h.

Field Documentation

◆ args

unsigned int of_arg_t::args[16]

Definition at line 47 of file of.h.

◆ nargs

int of_arg_t::nargs

Definition at line 45 of file of.h.

◆ nrets

int of_arg_t::nrets

Definition at line 46 of file of.h.

◆ serv

unsigned int of_arg_t::serv

Definition at line 44 of file of.h.


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