TianoCore EDK2 master
Loading...
Searching...
No Matches
PciSegmentInfoLib.h
Go to the documentation of this file.
1
11#ifndef __PCI_SEGMENT_INFO_LIB__
12#define __PCI_SEGMENT_INFO_LIB__
13
14typedef struct {
16 UINT64 BaseAddress;
20
31EFIAPI
33 UINTN *Count
34 );
35
36#endif
UINT64 UINTN
PCI_SEGMENT_INFO *EFIAPI GetPciSegmentInfo(UINTN *Count)
UINT8 StartBusNumber
Start BUS number, for verifying the PCI Segment address.
UINT8 EndBusNumber
End BUS number, for verifying the PCI Segment address.
UINT64 BaseAddress
ECAM Base address.
UINT16 SegmentNumber
Segment number.