]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.h
ShellPkg: Update behavior for GetTime() errors.
[mirror_edk2.git] / ShellPkg / Library / UefiShellLevel3CommandsLib / UefiShellLevel3CommandsLib.h
index b6ac99658d76567ae739de8fda77161d5346cb1f..5636d497c06bfba0d2a044ce051572d7f0f90fe7 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   header file for NULL named library for level 3 shell command functions.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved. <BR>\r
+  Copyright (c) 2009 - 2011, 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
 \r
 **/\r
 \r
+#ifndef _UEFI_SHELL_LEVEL3_COMMANDS_LIB_H_\r
+#define _UEFI_SHELL_LEVEL3_COMMANDS_LIB_H_\r
+\r
 #include <Uefi.h>\r
 #include <ShellBase.h>\r
 \r
+#include <Guid/ShellLibHiiGuid.h>\r
+\r
 #include <Protocol/EfiShell.h>\r
 #include <Protocol/EfiShellParameters.h>\r
 #include <Protocol/DevicePath.h>\r
@@ -154,3 +159,5 @@ ShellCommandRunHelp (
   IN EFI_SYSTEM_TABLE  *SystemTable\r
   );\r
 \r
+#endif\r
+\r