]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePciSegmentInfoLibNull/PciSegmentInfoLib.c
MdePkg/PciSegmentInfoLib: Add missing EFIAPI to GetPciSegmentInfo()
[mirror_edk2.git] / MdePkg / Library / BasePciSegmentInfoLibNull / PciSegmentInfoLib.c
index f9019c4e6461d24b70a902434573777ad20308ff..3ec77840570a2fefee637cc1147f7f26bab844a2 100644 (file)
@@ -2,7 +2,7 @@
   Default PCI Segment Information Library that returns one segment whose\r
   segment base address equals to PcdPciExpressBaseAddress.\r
 \r
-  Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2017 - 2020, Intel Corporation. All rights reserved.<BR>\r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
@@ -21,6 +21,7 @@
   @retval A callee owned array holding the segment information.\r
 **/\r
 PCI_SEGMENT_INFO *\r
+EFIAPI\r
 GetPciSegmentInfo (\r
   UINTN  *Count\r
   )\r