summaryrefslogtreecommitdiff
path: root/DuetPkg/EfiLdr/Debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/EfiLdr/Debug.h')
-rw-r--r--DuetPkg/EfiLdr/Debug.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/DuetPkg/EfiLdr/Debug.h b/DuetPkg/EfiLdr/Debug.h
index cd1d5d951c..f6aa7a2cf7 100644
--- a/DuetPkg/EfiLdr/Debug.h
+++ b/DuetPkg/EfiLdr/Debug.h
@@ -26,19 +26,10 @@ PrintHeader (
CHAR8 Char
);
-VOID
-PrintValue (
- UINT32 Value
- );
-
VOID
-PrintValue64 (
- UINT64 Value
- );
-
-VOID
PrintString (
- CHAR8 *String
+ IN CONST CHAR8 *FormatString,
+ ...
);
VOID