diff options
Diffstat (limited to 'MdePkg/Include/Library/PciSegmentInfoLib.h')
-rw-r--r-- | MdePkg/Include/Library/PciSegmentInfoLib.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/Library/PciSegmentInfoLib.h b/MdePkg/Include/Library/PciSegmentInfoLib.h index 659ff85649..6124e36e9b 100644 --- a/MdePkg/Include/Library/PciSegmentInfoLib.h +++ b/MdePkg/Include/Library/PciSegmentInfoLib.h @@ -12,10 +12,10 @@ #define __PCI_SEGMENT_INFO_LIB__
typedef struct {
- UINT16 SegmentNumber; ///< Segment number.
- UINT64 BaseAddress; ///< ECAM Base address.
- UINT8 StartBusNumber; ///< Start BUS number, for verifying the PCI Segment address.
- UINT8 EndBusNumber; ///< End BUS number, for verifying the PCI Segment address.
+ UINT16 SegmentNumber; ///< Segment number.
+ UINT64 BaseAddress; ///< ECAM Base address.
+ UINT8 StartBusNumber; ///< Start BUS number, for verifying the PCI Segment address.
+ UINT8 EndBusNumber; ///< End BUS number, for verifying the PCI Segment address.
} PCI_SEGMENT_INFO;
/**
|