summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell/Shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Application/Shell/Shell.h')
-rw-r--r--ShellPkg/Application/Shell/Shell.h8
1 files changed, 8 insertions, 0 deletions
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.