]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/Debug.h
MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GET_PCD_I...
[mirror_edk2.git] / DuetPkg / DxeIpl / Debug.h
index 9939109e913b3f1f202c6ad86759ff0d0d1d1be4..7fcad268ee232194deabb6f06ad20dd3a444e2b1 100644 (file)
@@ -1,7 +1,7 @@
-/*++\r
+/** @file\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006 - 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
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -16,7 +16,7 @@ Abstract:
 \r
 Revision History:\r
 \r
---*/\r
+**/\r
 \r
 #ifndef _EFILDR_DEBUG_H_\r
 #define _EFILDR_DEBUG_H_\r
@@ -26,19 +26,10 @@ PrintHeader (
   CHAR8 Char\r
   );\r
 \r
-VOID \r
-PrintValue (\r
-  UINT32 Value\r
-  );\r
-\r
 VOID\r
-PrintValue64 (\r
-  UINT64 Value\r
-  );\r
-\r
-VOID \r
 PrintString (\r
-  UINT8 *String\r
+  IN CONST CHAR8  *FormatString,\r
+  ...\r
   );\r
 \r
 VOID \r