From a0a048928cdc55bfc8fb1830c2f282b3de752d41 Mon Sep 17 00:00:00 2001 From: manison Date: Mon, 21 Jan 2019 18:32:27 +0100 Subject: Rename functions conflicting with upstream edk (#10) --- Include/Library/CommonLib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Include') diff --git a/Include/Library/CommonLib.h b/Include/Library/CommonLib.h index 9a15afd..17b0c72 100644 --- a/Include/Library/CommonLib.h +++ b/Include/Library/CommonLib.h @@ -412,7 +412,7 @@ AsciiHexToByte( ); BOOLEAN -AsciiStrToGuid( +DcsAsciiStrToGuid( OUT EFI_GUID *guid, IN CHAR8 *str ); @@ -425,7 +425,7 @@ AsciiHexToBytes( ); BOOLEAN -StrHexToBytes( +DcsStrHexToBytes( OUT UINT8 *b, IN UINTN *bytesLen, IN CHAR16 *str -- cgit v1.2.3