X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FApplication%2FShell%2FShell.h;h=4943fd19cbcb2b90fea35feb028cf2f60702ed33;hp=2ed05b8a1c566f23a9793dc9071259c5d2562ac1;hb=6ba2921da3c0b7db303b6db44810158a1fefd737;hpb=1ef61d039062f551d47ce009c4b5df9f5324f3ea diff --git a/ShellPkg/Application/Shell/Shell.h b/ShellPkg/Application/Shell/Shell.h index 2ed05b8a1c..4943fd19cb 100644 --- a/ShellPkg/Application/Shell/Shell.h +++ b/ShellPkg/Application/Shell/Shell.h @@ -124,6 +124,14 @@ typedef struct { extern SHELL_INFO ShellInfoObject; +typedef enum { + INTERNAL_COMMAND, + SCRIPT_FILE_NAME, + EFI_APPLICATION, + FILE_SYS_CHANGE, + UNKNOWN_INVALID +} SHELL_OPERATION_TYPES; + /** Sets all the alias' that were registered with the ShellCommandLib library.