ReactOS 0.4.16-dev-289-g096a551
|
#include <pci.h>
Public Attributes | |
USHORT | VendorID |
USHORT | DeviceID |
USHORT | SubVendorID |
USHORT | SubSystemID |
ULONGLONG | HackFlags |
USHORT | RevisionID |
UCHAR | Flags |
USHORT _PCI_HACK_ENTRY::DeviceID |
Definition at line 155 of file pci.h.
Referenced by PciGetHackFlags().
UCHAR _PCI_HACK_ENTRY::Flags |
Definition at line 160 of file pci.h.
Referenced by PciGetHackFlags().
ULONGLONG _PCI_HACK_ENTRY::HackFlags |
Definition at line 158 of file pci.h.
Referenced by PciGetHackFlags().
USHORT _PCI_HACK_ENTRY::RevisionID |
Definition at line 159 of file pci.h.
Referenced by PciGetHackFlags().
USHORT _PCI_HACK_ENTRY::SubSystemID |
Definition at line 157 of file pci.h.
Referenced by PciGetHackFlags().
USHORT _PCI_HACK_ENTRY::SubVendorID |
Definition at line 156 of file pci.h.
Referenced by PciGetHackFlags().
USHORT _PCI_HACK_ENTRY::VendorID |
Definition at line 154 of file pci.h.
Referenced by PciGetHackFlags().