]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Include/Protocol/EfiShellParameters.h
udk2010.up2.shell initial release.
[mirror_edk2.git] / ShellPkg / Include / Protocol / EfiShellParameters.h
index 32d8379d3b50b4bbd68348ac227231348452f5f5..7082d421bed36bef7519687244362e0e262efa59 100644 (file)
@@ -12,6 +12,8 @@
 \r
 **/\r
 \r
+#include <ShellBase.h>\r
+\r
 #ifndef __EFI_SHELL_PARAMETERS_PROTOCOL__\r
 #define __EFI_SHELL_PARAMETERS_PROTOCOL__\r
 \r
@@ -36,21 +38,21 @@ typedef struct _EFI_SHELL_PARAMETERS_PROTOCOL {
 \r
   ///\r
   /// The file handle for the standard input for this executable. This may be different\r
-  /// from the ConInHandle in the EFI_SYSTEM_TABLE.\r
+  /// from the ConInHandle in EFI_SYSTEM_TABLE.\r
   ///\r
-  EFI_FILE_HANDLE StdIn;\r
+  SHELL_FILE_HANDLE StdIn;\r
 \r
   ///\r
   /// The file handle for the standard output for this executable. This may be different\r
-  /// from the ConOutHandle in the EFI_SYSTEM_TABLE.\r
+  /// from the ConOutHandle in EFI_SYSTEM_TABLE.\r
   ///\r
-  EFI_FILE_HANDLE StdOut;\r
+  SHELL_FILE_HANDLE StdOut;\r
 \r
   ///\r
   /// The file handle for the standard error output for this executable. This may be\r
-  /// different from the StdErrHandle in the EFI_SYSTEM_TABLE.\r
+  /// different from the StdErrHandle in EFI_SYSTEM_TABLE.\r
   ///\r
-  EFI_FILE_HANDLE StdErr;\r
+  SHELL_FILE_HANDLE StdErr;\r
 } EFI_SHELL_PARAMETERS_PROTOCOL;\r
 \r
 extern EFI_GUID gEfiShellParametersProtocolGuid;\r