From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web12.14777.1593008501230145525 for ; Wed, 24 Jun 2020 07:21:41 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: liming.gao@intel.com) IronPort-SDR: MwvBdNXKmrGzvb85RHHdTJzt5/0S/wkzZoaFhgqm7evC78nsHolGwY5Qj2E8GGaeIRosTUHxJ2 2fzun17G5Dnw== X-IronPort-AV: E=McAfee;i="6000,8403,9662"; a="124122947" X-IronPort-AV: E=Sophos;i="5.75,275,1589266800"; d="scan'208";a="124122947" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2020 07:21:39 -0700 IronPort-SDR: 5dx4hYaeHMhfoeUDh58B+06UCx2ielFfl+O2gCF3cDZ3ZRaRN6FCedYn9LoUo/BkxkzHEcf0Q7 VYaPIqj6JfjA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,275,1589266800"; d="scan'208";a="263650625" Received: from lgao4-mobl.ccr.corp.intel.com ([10.255.28.227]) by fmsmga007.fm.intel.com with ESMTP; 24 Jun 2020 07:21:38 -0700 From: "Liming Gao" To: devel@edk2.groups.io Cc: Ray Ni , Chasel Chiu , Nate DeSimone , Eric Dong Subject: [Patch] MinPlatformPkg PciSegmentInfoLibSimple: Update GetPciSegmentInfo() API Date: Wed, 24 Jun 2020 22:21:31 +0800 Message-Id: <20200624142131.2035-1-liming.gao@intel.com> X-Mailer: git-send-email 2.24.1.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Update GetPciSegmentInfo() API to match its library class definition Signed-off-by: Liming Gao Cc: Ray Ni Cc: Chasel Chiu Cc: Nate DeSimone Cc: Eric Dong --- .../Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/MinPlatformPkg/Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.c b/Platform/Intel/MinPlatformPkg/Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.c index 6a6218d906..398f4d4b78 100644 --- a/Platform/Intel/MinPlatformPkg/Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.c +++ b/Platform/Intel/MinPlatformPkg/Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.c @@ -31,6 +31,7 @@ volatile PCI_SEGMENT_INFO mPciSegmentInfo; @retval A callee owned array holding the segment information. **/ PCI_SEGMENT_INFO * +EFIAPI GetPciSegmentInfo ( OUT UINTN *Count ) -- 2.13.0.windows.1