Supported Browsers Home   
PCIAccessRegFlags Previous   
PCICapsType Next   
Type Definitions Up   

PCICapsHeader

Declaration

typedef struct {
    uchar   capsID;
    uchar   next;
    } PCICapsHeader

Prototype In

pcilib.h

Description

PCI Capability header structure. All PCI capabilities have this header field to describe the capability type.

Members

capsID

Used to identify the type of the structure (PCICapsType).

next

Next is the offset in PCI configuration space (0x40-0xFC) of the next capability structure in the list, or 0x00 if there are no more entries.

 

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com