coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
PCI_CLASS Struct Reference
Collaboration diagram for PCI_CLASS:
Collaboration graph

Data Fields

const unsigned char class_id
 
const PCI_SUBCLASSsubclass_list
 
const unsigned int subclass_entries
 
const char * class_name
 

Detailed Description

Definition at line 12 of file pci_class.c.

Field Documentation

◆ class_id

const unsigned char PCI_CLASS::class_id

Definition at line 13 of file pci_class.c.

Referenced by get_pci_class_entry().

◆ class_name

const char* PCI_CLASS::class_name

Definition at line 16 of file pci_class.c.

Referenced by get_pci_class_name().

◆ subclass_entries

const unsigned int PCI_CLASS::subclass_entries

Definition at line 15 of file pci_class.c.

Referenced by get_pci_subclass_name().

◆ subclass_list

const PCI_SUBCLASS* PCI_CLASS::subclass_list

Definition at line 14 of file pci_class.c.

Referenced by get_pci_subclass_name().


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