]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h
remove ASSERT.
[mirror_edk2.git] / ShellPkg / Library / UefiHandleParsingLib / UefiHandleParsingLib.h
index 3cf9320c117e1b1c69ceb2828e1e5e14bf22760e..d519c1d400fc3956a79c2a975e3a7ecc2b0eead4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provides interface to advanced shell functionality for parsing both handle and protocol database.\r
 \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 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
@@ -12,6 +12,9 @@
 \r
 **/\r
 \r
+#if !defined (_UEFI_HANDLE_PARSING_LIB_INTERNAL_H_)\r
+#define _UEFI_HANDLE_PARSING_LIB_INTERNAL_H_\r
+\r
 #include <Uefi.h>\r
 \r
 #include <Guid/FileInfo.h>\r
@@ -139,3 +142,5 @@ typedef struct {
   DUMP_PROTOCOL_INFO            DumpInfo;\r
 } PROTOCOL_INFO_BLOCK;\r
 \r
+#endif\r
+\r