]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h
ShellPkg: Fixed EBC build error.
[mirror_edk2.git] / ShellPkg / Library / UefiShellCommandLib / UefiShellCommandLib.h
index 431eb53f9d0f6794678957ffa392f50da604c369..1cfda2cf2d5a75d3681821212f4d0bcfc3237f1f 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provides interface to shell internal functions for shell commands.\r
 \r
-  Copyright (c) 2006 - 2010, Intel Corporation.All rights reserved. <BR>\r
+  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved. <BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -28,6 +28,7 @@
 #include <Protocol/EfiShellParameters.h>\r
 #include <Protocol/UnicodeCollation.h>\r
 #include <Protocol/BlockIo.h>\r
+#include <Protocol/EfiShellDynamicCommand.h>\r
 \r
 #include <Library/DevicePathLib.h>\r
 #include <Library/SortLib.h>\r
@@ -37,7 +38,7 @@
 #include <Library/DebugLib.h>\r
 #include <Library/MemoryAllocationLib.h>\r
 #include <Library/PcdLib.h>\r
-#include <library/ShellCommandLib.h>\r
+#include <Library/ShellCommandLib.h>\r
 #include <Library/PrintLib.h>\r
 #include <Library/ShellLib.h>\r
 #include <Library/HiiLib.h>\r
@@ -58,17 +59,6 @@ typedef struct {
   SCRIPT_FILE *Data;\r
 } SCRIPT_FILE_LIST;\r
 \r
-/**\r
-  Function to cleanup all memory from a SCRIPT_FILE structure.\r
-\r
-  @param[in] Script     The pointer to the structure to cleanup.\r
-**/\r
-VOID\r
-EFIAPI\r
-DeleteScriptFileStruct (\r
-  IN SCRIPT_FILE *Script\r
-  );\r
-\r
 typedef struct {\r
   EFI_FILE_PROTOCOL *FileHandle;\r
   CHAR16            *Path;\r