diff options
author | Chen A Chen <chen.a.chen@intel.com> | 2016-09-29 14:51:57 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-10-09 10:27:50 +0800 |
commit | 8fc1d11c71eeaeca0e598ab00c690bd19ac80251 (patch) | |
tree | a72eff730dece327079c3bd99c92980a3e6e6c4e /ShellPkg | |
parent | a9e05b9fc8e80acd7fdc73bdb8b3d77f3195781a (diff) | |
download | edk2-platforms-8fc1d11c71eeaeca0e598ab00c690bd19ac80251.tar.xz |
ShellPkg/UefiShellBcfgCommandLib: 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>
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c b/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c index e2306bf469..dc3714d236 100644 --- a/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c +++ b/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c @@ -89,7 +89,6 @@ typedef struct { @retval other A error occured.
**/
EFI_STATUS
-EFIAPI
UpdateOptionalData(
UINT16 Index,
UINTN DataSize,
@@ -175,7 +174,6 @@ UpdateOptionalData( @retval other A error occured.
**/
EFI_STATUS
-EFIAPI
GetBootOptionCrc(
UINT32 *Crc,
UINT16 BootIndex
@@ -232,7 +230,6 @@ GetBootOptionCrc( @sa HandleProtocol
**/
EFI_STATUS
-EFIAPI
GetDevicePathForDriverHandle (
IN EFI_HANDLE TheHandle,
IN OUT EFI_DEVICE_PATH_PROTOCOL **FilePath
@@ -295,7 +292,6 @@ GetDevicePathForDriverHandle ( @retval SHELL_INVALID_PARAMETER A parameter was invalid.
**/
SHELL_STATUS
-EFIAPI
BcfgAdd(
IN UINTN Position,
IN CONST CHAR16 *File,
@@ -619,7 +615,6 @@ BcfgAdd( @retval SHELL_INVALID_PARAMETER A parameter was invalid.
**/
SHELL_STATUS
-EFIAPI
BcfgRemove(
IN CONST BCFG_OPERATION_TARGET Target,
IN CONST UINT16 *CurrentOrder,
@@ -680,7 +675,6 @@ BcfgRemove( @retval SHELL_INVALID_PARAMETER A parameter was invalid.
**/
SHELL_STATUS
-EFIAPI
BcfgMove(
IN CONST BCFG_OPERATION_TARGET Target,
IN CONST UINT16 *CurrentOrder,
@@ -741,7 +735,6 @@ BcfgMove( @retval SHELL_SUCCESS The operation was succesful.
**/
SHELL_STATUS
-EFIAPI
BcfgAddOpt(
IN CONST CHAR16 *OptData,
IN CONST UINT16 *CurrentOrder,
@@ -1028,7 +1021,6 @@ BcfgAddOpt( @retval SHELL_INVALID_PARAMETER A parameter was invalid.
**/
SHELL_STATUS
-EFIAPI
BcfgDisplayDump(
IN CONST CHAR16 *Op,
IN CONST UINTN OrderCount,
@@ -1153,7 +1145,6 @@ Cleanup: @param[in] Struct The stuct to initialize.
**/
VOID
-EFIAPI
InitBcfgStruct(
IN BGFG_OPERATION *Struct
)
|