Ported SerialPortLib to support base type.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2918 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
AJFISH 2007-06-29 20:51:01 +00:00
parent 5ed00ce4ad
commit ef4ce18681

@ -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