]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/Debug.h
CryptoPkg:SmmCryptLib: Add real Pkcs5Pbkdf2.c.
[mirror_edk2.git] / DuetPkg / DxeIpl / Debug.h
index ec3997b9fd2638582a72a56d832022c219f70031..81bb826857cc21da8ae7b802f7130248224026f8 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\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
@@ -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