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

#include <mcall.h>

Collaboration diagram for sbi_device_message:
Collaboration graph

Data Fields

unsigned long dev
 
unsigned long cmd
 
unsigned long data
 
unsigned long sbi_private_data
 

Detailed Description

Definition at line 25 of file mcall.h.

Field Documentation

◆ cmd

unsigned long sbi_device_message::cmd

Definition at line 27 of file mcall.h.

◆ data

unsigned long sbi_device_message::data

Definition at line 28 of file mcall.h.

◆ dev

unsigned long sbi_device_message::dev

Definition at line 26 of file mcall.h.

◆ sbi_private_data

unsigned long sbi_device_message::sbi_private_data

Definition at line 29 of file mcall.h.


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