X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FApplication%2FShell%2FShell.h;h=d0de1e4ffbce5e8f48e06442f51b46ba529e2cdf;hp=9e5338244b60077798348a24db5c5ce205447960;hb=5142926433b4fbcb94a2b63d52ac1489db407826;hpb=6fa0da7d52815979be31b8252aae839883dc7b0c diff --git a/ShellPkg/Application/Shell/Shell.h b/ShellPkg/Application/Shell/Shell.h index 9e5338244b..d0de1e4ffb 100644 --- a/ShellPkg/Application/Shell/Shell.h +++ b/ShellPkg/Application/Shell/Shell.h @@ -125,11 +125,11 @@ typedef struct { extern SHELL_INFO ShellInfoObject; typedef enum { - INTERNAL_COMMAND, - SCRIPT_FILE_NAME, - EFI_APPLICATION, - FILE_SYS_CHANGE, - UNKNOWN_INVALID + Internal_Command, + Script_File_Name, + Efi_Application, + File_Sys_Change, + Unknown_Invalid } SHELL_OPERATION_TYPES; /** @@ -148,7 +148,7 @@ ProcessCommandLineToFinal( ); /** - Function to update the shell variable "lasterror" + Function to update the shell variable "lasterror". @param[in] ErrorCode the error code to put into lasterror **/