PCICapsType

Declaration

typedef enum {
    PCI_capsPowerManagement         = 0x01,
    PCI_capsAGP                     = 0x02,
    PCI_capsMSI                     = 0x05
    } PCICapsType

Prototype In

pcilib.h

Description

Defines for the PCI capability IDs, which define what extended PCI capabilities a device supports. The names of the flags are self explanatory.

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