summaryrefslogtreecommitdiff
path: root/MdePkg/Include
diff options
context:
space:
mode:
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-29 20:51:01 +0000
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-29 20:51:01 +0000
commitef4ce18681c374a0ac90a61616ad99c3318261cf (patch)
tree5ff498f937c39bb20cae15fd6f4afbff72e644bc /MdePkg/Include
parent5ed00ce4ad778ba6aef0d2f4594825ff78735357 (diff)
downloadedk2-platforms-ef4ce18681c374a0ac90a61616ad99c3318261cf.tar.xz
Ported SerialPortLib to support base type.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2918 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r--MdePkg/Include/Library/SerialPortLib.h6
1 files 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