]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/Shell/ShellProtocol.h
fixes for IPF, CTRL-C support, and file redirection.
[mirror_edk2.git] / ShellPkg / Application / Shell / ShellProtocol.h
index d03a382f6d5f7b2309db308103af30802ef84f14..38e71b40dc754208e18b4edf84403a2acc344d7a 100644 (file)
@@ -31,6 +31,7 @@
 #include <Protocol/LoadedImage.h>\r
 #include <Protocol/UnicodeCollation.h>\r
 #include <Protocol/DevicePath.h>\r
+#include <Protocol/SimpleTextInEx.h>\r
 \r
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/BaseLib.h>\r
@@ -946,5 +947,17 @@ InternalEfiShellSetEnv(
   IN BOOLEAN Volatile\r
   );\r
 \r
+/**\r
+  Function to start monitoring for CTRL-C using SimpleTextInputEx.  This \r
+  feature's enabled state was not known when the shell initially launched.\r
+\r
+  @retval EFI_SUCCESS           The feature is enabled.\r
+  @retval EFI_OUT_OF_RESOURCES  There is not enough mnemory available.\r
+**/\r
+EFI_STATUS\r
+EFIAPI\r
+InernalEfiShellStartMonitor(\r
+  VOID\r
+  );\r
 #endif //_SHELL_PROTOCOL_HEADER_\r
 \r