From b68b78e66cc7acdce3fdd571a6db71a9731117b1 Mon Sep 17 00:00:00 2001 From: niruiyu Date: Thu, 23 Jun 2011 08:31:18 +0000 Subject: Change DUET DxeIpl to use SerialPort instead of manipulating serial port directly. Signed-off-by: niruiyu Reviewed-by: jyao1 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11876 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/EfiLdr/Debug.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'DuetPkg/EfiLdr/Debug.h') 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 -- cgit v1.2.3