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

#include <StmApi.h>

Collaboration diagram for STM_PCI_DEVICE_PATH_NODE:
Collaboration graph

Data Fields

uint8_t type
 
uint8_t subtype
 
uint16_t length
 
uint8_t pci_function
 
uint8_t pci_device
 

Detailed Description

Definition at line 400 of file StmApi.h.

Field Documentation

◆ length

uint16_t STM_PCI_DEVICE_PATH_NODE::length

Definition at line 403 of file StmApi.h.

◆ pci_device

uint8_t STM_PCI_DEVICE_PATH_NODE::pci_device

Definition at line 405 of file StmApi.h.

◆ pci_function

uint8_t STM_PCI_DEVICE_PATH_NODE::pci_function

Definition at line 404 of file StmApi.h.

◆ subtype

uint8_t STM_PCI_DEVICE_PATH_NODE::subtype

Definition at line 402 of file StmApi.h.

◆ type

uint8_t STM_PCI_DEVICE_PATH_NODE::type

Definition at line 401 of file StmApi.h.


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