ShellPkg/UefiShellLevel2CommandsLib: Remove unnecessary EFIAPI
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen A Chen <chen.a.chen@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Ruiyu Ni <Ruiyu.ni@intel.com>
This commit is contained in:
@ -34,7 +34,6 @@
|
||||
@retval FALSE String has at least one other character.
|
||||
**/
|
||||
BOOLEAN
|
||||
EFIAPI
|
||||
IsNumberLetterOnly(
|
||||
IN CONST CHAR16 *String,
|
||||
IN CONST UINTN Len
|
||||
@ -65,7 +64,6 @@ IsNumberLetterOnly(
|
||||
items (";" normally).
|
||||
**/
|
||||
BOOLEAN
|
||||
EFIAPI
|
||||
SearchList(
|
||||
IN CONST CHAR16 *List,
|
||||
IN CONST CHAR16 *MetaTarget,
|
||||
@ -133,7 +131,6 @@ SearchList(
|
||||
@retval STR_MAP_MEDIA_FLOPPY The media is a floppy drive.
|
||||
**/
|
||||
CHAR16*
|
||||
EFIAPI
|
||||
GetDeviceMediaType (
|
||||
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
|
||||
)
|
||||
@ -179,7 +176,6 @@ GetDeviceMediaType (
|
||||
@retval FALSE The handle does not have removable storage.
|
||||
**/
|
||||
BOOLEAN
|
||||
EFIAPI
|
||||
IsRemoveableDevice (
|
||||
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
|
||||
)
|
||||
@ -216,7 +212,6 @@ IsRemoveableDevice (
|
||||
@retval FALSE The map should not be displayed.
|
||||
**/
|
||||
BOOLEAN
|
||||
EFIAPI
|
||||
MappingListHasType(
|
||||
IN CONST CHAR16 *MapList,
|
||||
IN CONST CHAR16 *Specific,
|
||||
@ -287,7 +282,6 @@ MappingListHasType(
|
||||
@retval EFI_SUCCESS The mapping was displayed.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PerformSingleMappingDisplay(
|
||||
IN CONST BOOLEAN Verbose,
|
||||
IN CONST BOOLEAN Consist,
|
||||
@ -461,7 +455,6 @@ PerformSingleMappingDisplay(
|
||||
@retval EFI_NOT_FOUND Name was not a map on Handle.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PerformSingleMappingDelete(
|
||||
IN CONST CHAR16 *Specific,
|
||||
IN CONST EFI_HANDLE Handle
|
||||
@ -512,7 +505,6 @@ CONST CHAR16 AnyF[] = L"F*";
|
||||
|
||||
**/
|
||||
SHELL_STATUS
|
||||
EFIAPI
|
||||
PerformMappingDisplay(
|
||||
IN CONST BOOLEAN Verbose,
|
||||
IN CONST BOOLEAN Consist,
|
||||
@ -690,7 +682,6 @@ PerformMappingDisplay(
|
||||
@sa PerformMappingDisplay
|
||||
**/
|
||||
SHELL_STATUS
|
||||
EFIAPI
|
||||
PerformMappingDisplay2(
|
||||
IN CONST BOOLEAN Verbose,
|
||||
IN CONST BOOLEAN Consist,
|
||||
@ -743,7 +734,6 @@ PerformMappingDisplay2(
|
||||
@retval EFI_NOT_FOUND Specific could not be found.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PerformMappingDelete(
|
||||
IN CONST CHAR16 *Specific
|
||||
)
|
||||
@ -874,7 +864,6 @@ PerformMappingDelete(
|
||||
|
||||
**/
|
||||
SHELL_STATUS
|
||||
EFIAPI
|
||||
AddMappingFromMapping(
|
||||
IN CONST CHAR16 *Map,
|
||||
IN CONST CHAR16 *SName
|
||||
@ -931,7 +920,6 @@ AddMappingFromMapping(
|
||||
|
||||
**/
|
||||
SHELL_STATUS
|
||||
EFIAPI
|
||||
AddMappingFromHandle(
|
||||
IN CONST EFI_HANDLE Handle,
|
||||
IN CONST CHAR16 *SName
|
||||
|
Reference in New Issue
Block a user