]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/PciSegmentInfoLib: Add missing EFIAPI to GetPciSegmentInfo()
authorRay Ni <ray.ni@intel.com>
Wed, 3 Jun 2020 09:42:23 +0000 (17:42 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 24 Jun 2020 05:46:27 +0000 (05:46 +0000)
commit03013d999c85ac15e03ad39d589f7ae2bb7b026f
tree275ed5777daf50780e8c1f94e84965942fa18b58
parent1a992030522622c42aa063788b3276789c56c1e1
MdePkg/PciSegmentInfoLib: Add missing EFIAPI to GetPciSegmentInfo()

All public APIs should have EFIAPI modifier. Somehow PciSegmentInfoLib
missed the EFIAPI modifier.
The patch updates the library header file and NULL instance in MdePkg
to add the missing EFIAPI.

Signed-off-by: Ray Ni <ray.ni@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
MdePkg/Include/Library/PciSegmentInfoLib.h
MdePkg/Library/BasePciSegmentInfoLibNull/PciSegmentInfoLib.c