RTEMS 6.1-rc2
|
PCI Library. More...
Go to the source code of this file.
Macros | |
#define | PCI_INVALID_VENDORDEVICEID 0xffffffff |
#define | PCID_CLASS(class, dev) ((class << 8) | dev) |
#define | PCID_PCI2PCI_BRIDGE PCID_CLASS(PCIC_BRIDGE, PCIS_BRIDGE_PCI) |
Variables | |
enum pci_system_type | pci_system_type |
int | pci_endian |
PCI Library.
Defines in this file was taken from FreeBSD and auto-generated pci_ids.h reused from RTEMS.