]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Rename confusion function name
authorChen A Chen <chen.a.chen@intel.com>
Wed, 20 Feb 2019 08:42:50 +0000 (16:42 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 25 Feb 2019 01:14:21 +0000 (09:14 +0800)
commit68a4e15e149771f36ba58b3adcef9b2981a4eda6
treef264651f0cb7bb91b36d61ec46ccd3b64f739741
parent5170327b7144e19c088df0c474adbbe7b5869b08
MdeModulePkg: Rename confusion function name

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1536

To avoid the confusion caused by function name,
rename EfiBootManagerGetNextFullDevicePath to
EfiBootManagerGetNextLoadOptionDevicePath.
As an API function should add EFIAPI prefix for this function.

Cc: Ray Ni <ray.ni@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chen A Chen <chen.a.chen@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c
MdeModulePkg/Include/Library/UefiBootManagerLib.h
MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c