]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/EdkIIGlueDebugLib.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / EdkIIGlueLib / Include / Library / EdkIIGlueDebugLib.h
index 90ec02600df5801daf481f075c15433d597f6657..62e07d49fe31a39362f16f652d5157a036b690c5 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004 - 2006, 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
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -219,6 +219,17 @@ DebugClearMemory (
 \r
 **/\r
 #ifdef EFI_DEBUG\r
+/*\r
+  EdkCompatibilityPkg\Foundation\Include\EfiDebug.h\r
+  //\r
+  // DEBUG((DebugLevel, "format string", ...)) - if DebugLevel is active do \r
+  //   the a debug print.\r
+  //\r
+  #define DEBUG(arg)        EfiDebugPrint arg\r
+\r
+  To pass ICC build, undef the previously defined _DEBUG.\r
+*/  \r
+#undef _DEBUG\r
 #define _DEBUG(Expression)   DebugPrint Expression\r
 #else\r
 #define _DEBUG(Expression)\r