From ef4ce18681c374a0ac90a61616ad99c3318261cf Mon Sep 17 00:00:00 2001 From: AJFISH Date: Fri, 29 Jun 2007 20:51:01 +0000 Subject: [PATCH] Ported SerialPortLib to support base type. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2918 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Library/SerialPortLib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MdePkg/Include/Library/SerialPortLib.h b/MdePkg/Include/Library/SerialPortLib.h index 153e38cd15..73a89389e4 100644 --- a/MdePkg/Include/Library/SerialPortLib.h +++ b/MdePkg/Include/Library/SerialPortLib.h @@ -25,7 +25,7 @@ @return Status of Serial Port Device initialization. **/ -EFI_STATUS +RETURN_STATUS EFIAPI SerialPortInitialize ( VOID @@ -49,7 +49,7 @@ EFIAPI SerialPortWrite ( IN UINT8 *Buffer, IN UINTN NumberOfBytes -); + ); /** @@ -70,7 +70,7 @@ EFIAPI SerialPortRead ( OUT UINT8 *Buffer, IN UINTN NumberOfBytes -); + ); #endif -- 2.39.2