summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.h')
-rw-r--r--MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.h b/MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.h
index 4668372816..f103bf6c26 100644
--- a/MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.h
+++ b/MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.h
@@ -27,7 +27,7 @@
**/
UINTN
PciSegmentLibVirtualAddress (
- IN UINTN Address
+ IN UINTN Address
);
/**
@@ -43,9 +43,9 @@ PciSegmentLibVirtualAddress (
**/
UINTN
PciSegmentLibGetEcamAddress (
- IN UINT64 Address,
- IN CONST PCI_SEGMENT_INFO *SegmentInfo,
- IN UINTN Count
+ IN UINT64 Address,
+ IN CONST PCI_SEGMENT_INFO *SegmentInfo,
+ IN UINTN Count
);
#endif