Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

classes Struct Reference

PCI device class structure. It is used to recognize to what class a device belongs. More...

#include <pci.h>


Data Fields

uint8_t base_class
 The base class code.

uint8_t sub_class
 The sub class code.

uint8_t interface
 The interface code.

const char * name
 The class name.


Detailed Description

PCI device class structure. It is used to recognize to what class a device belongs.

Definition at line 32 of file pci.h.


Field Documentation

uint8_t classes::base_class
 

The base class code.

Definition at line 34 of file pci.h.

uint8_t classes::interface
 

The interface code.

Definition at line 36 of file pci.h.

const char* classes::name
 

The class name.

Definition at line 37 of file pci.h.

uint8_t classes::sub_class
 

The sub class code.

Definition at line 35 of file pci.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 20 15:32:21 2004 for Minirighi by doxygen1.2.18