1 #ifndef _IPXE_PCIBRIDGE_H 2 #define _IPXE_PCIBRIDGE_H
uint8_t subordinate
Subordinate bus.
unsigned long long uint64_t
A doubly-linked list entry (or list head)
struct pci_device * pci
PCI device.
uint64_t prefmembase
Prefetchable memory base.
uint8_t primary
Primary bus.
uint32_t memlimit
Memory limit.
uint8_t secondary
Secondary bus.
struct pci_bridge * pcibridge_find(struct pci_device *pci)
Find bridge attached to a PCI device.
struct list_head list
List of bridges.
uint64_t prefmemlimit
Prefetchable memory limit.
uint32_t membase
Memory base.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)