summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/UefiBootManagerLib
diff options
context:
space:
mode:
authorChen A Chen <chen.a.chen@intel.com>2019-02-20 16:42:50 +0800
committerLiming Gao <liming.gao@intel.com>2019-02-25 09:14:21 +0800
commit68a4e15e149771f36ba58b3adcef9b2981a4eda6 (patch)
treef264651f0cb7bb91b36d61ec46ccd3b64f739741 /MdeModulePkg/Library/UefiBootManagerLib
parent5170327b7144e19c088df0c474adbbe7b5869b08 (diff)
downloadedk2-68a4e15e149771f36ba58b3adcef9b2981a4eda6.tar.gz
edk2-68a4e15e149771f36ba58b3adcef9b2981a4eda6.tar.bz2
edk2-68a4e15e149771f36ba58b3adcef9b2981a4eda6.zip
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>
Diffstat (limited to 'MdeModulePkg/Library/UefiBootManagerLib')
-rw-r--r--MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c b/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c
index 9be1633b74..d5957db610 100644
--- a/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c
+++ b/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c
@@ -2482,7 +2482,8 @@ EfiBootManagerGetBootManagerMenu (
Caller is responsible to free the memory.
**/
EFI_DEVICE_PATH_PROTOCOL *
-EfiBootManagerGetNextFullDevicePath (
+EFIAPI
+EfiBootManagerGetNextLoadOptionDevicePath (
IN EFI_DEVICE_PATH_PROTOCOL *FilePath,
IN EFI_DEVICE_PATH_PROTOCOL *FullPath
)