]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/EfiLdr/Debug.h
IntelSiliconPkg/IntelVTdDxe: Improve performance.
[mirror_edk2.git] / DuetPkg / EfiLdr / Debug.h
index ea091774cacbf0308972cd1cd0db56519c7b1f72..4252f31d6fa941399de57a9258974d5c3e21a69f 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 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
@@ -26,19 +26,11 @@ 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
+EFIAPI\r
 PrintString (\r
-  CHAR8 *String\r
+  IN CONST CHAR8  *FormatString,\r
+  ...\r
   );\r
 \r
 VOID \r