_pci_capability_agp

AGP capability - 0x02

Synopsis:

#include <qvm/hw_pci.h>
struct _pci_capability_agp {
    uint8_t Capability_ID;
    uint8_t Next_Pointer;
    uint8_t Major_Minor_Revision;
    uint8_t Reserved;
    uint32_t AGP_Status;
    uint32_t AGP_Command;
} ;

Data:

uint8_t Capability_ID

See PCI specification.

uint8_t Next_Pointer

See PCI specification.

uint8_t Major_Minor_Revision

See PCI specification.

uint8_t Reserved

See PCI specification.

uint32_t AGP_Status

See PCI specification.

uint32_t AGP_Command

See PCI specification.

Library:

Provided by qvm; no external library is required.

Description:

See the PCI specification.