From 68a4e15e149771f36ba58b3adcef9b2981a4eda6 Mon Sep 17 00:00:00 2001 From: Chen A Chen Date: Wed, 20 Feb 2019 16:42:50 +0800 Subject: 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 Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Chen A Chen Reviewed-by: Ray Ni --- MdeModulePkg/Include/Library/UefiBootManagerLib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MdeModulePkg/Include/Library') diff --git a/MdeModulePkg/Include/Library/UefiBootManagerLib.h b/MdeModulePkg/Include/Library/UefiBootManagerLib.h index 64347ff160..69678a62ca 100644 --- a/MdeModulePkg/Include/Library/UefiBootManagerLib.h +++ b/MdeModulePkg/Include/Library/UefiBootManagerLib.h @@ -460,7 +460,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 ); -- cgit v1.2.3