diff options
author | Chen A Chen <chen.a.chen@intel.com> | 2016-09-29 14:41:41 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-10-09 10:27:47 +0800 |
commit | c4e74e9b814cfb4b51cf832f3bb218cd2aba348b (patch) | |
tree | 5678464b0cfdab915eee86d2c8f55bc32a746321 /ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h | |
parent | c20bd8e1e21772bff28a96d428db769e46033e6a (diff) | |
download | edk2-c4e74e9b814cfb4b51cf832f3bb218cd2aba348b.tar.gz edk2-c4e74e9b814cfb4b51cf832f3bb218cd2aba348b.tar.bz2 edk2-c4e74e9b814cfb4b51cf832f3bb218cd2aba348b.zip |
ShellPkg/UefiShellDebug1CommandsLib: 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/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h index 6e018a6a81..4a4932eeb7 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h @@ -72,7 +72,6 @@ extern EFI_HANDLE gShellDebug1HiiHandle; @retval EFI_NOT_FOUND A configuration table matching TableGuid was not found.
**/
EFI_STATUS
-EFIAPI
GetSystemConfigurationTable (
IN EFI_GUID *TableGuid,
IN OUT VOID **Table
@@ -85,7 +84,6 @@ GetSystemConfigurationTable ( @param[in, out] Guid The pointer to the buffer to get the GUID value.
**/
EFI_STATUS
-EFIAPI
ConvertStringToGuid (
IN CONST CHAR16 *StringGuid,
IN OUT EFI_GUID *Guid
@@ -105,7 +103,6 @@ ConvertStringToGuid ( **/
UINTN
-EFIAPI
HexCharToUintn (
IN CHAR16 Char
);
@@ -352,7 +349,6 @@ ShellCommandRunHexEdit ( @param[in] LastRow The last printable row.
**/
VOID
-EFIAPI
EditorClearLine (
IN UINTN Row,
IN UINTN LastCol,
@@ -368,7 +364,6 @@ EditorClearLine ( @retval FALSE The filename is not ok.
**/
BOOLEAN
-EFIAPI
IsValidFileName (
IN CONST CHAR16 *Name
);
@@ -382,7 +377,6 @@ IsValidFileName ( @return the valid filename.
**/
CHAR16 *
-EFIAPI
EditGetDefaultFileName (
IN CONST CHAR16 *Extension
);
@@ -410,7 +404,6 @@ EditGetDefaultFileName ( @retval EFI_INVALID_PARAMETER FileName was a directory.
**/
EFI_STATUS
-EFIAPI
ReadFileIntoBuffer (
IN CONST CHAR16 *FileName,
OUT VOID **Buffer,
|