]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Ported SerialPortLib to support base type.
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Jun 2007 20:51:01 +0000 (20:51 +0000)
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Jun 2007 20:51:01 +0000 (20:51 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2918 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/SerialPortLib.h

index 153e38cd15fce91ca0c0cc6d608ec23686eea1e1..73a89389e437f9c7597d3112dbba1caa00752359 100644 (file)
@@ -25,7 +25,7 @@
   @return  Status of Serial Port Device initialization.\r
 \r
 **/\r
   @return  Status of Serial Port Device initialization.\r
 \r
 **/\r
-EFI_STATUS\r
+RETURN_STATUS\r
 EFIAPI\r
 SerialPortInitialize (\r
   VOID\r
 EFIAPI\r
 SerialPortInitialize (\r
   VOID\r
@@ -49,7 +49,7 @@ EFIAPI
 SerialPortWrite (\r
   IN UINT8        *Buffer,\r
   IN UINTN        NumberOfBytes\r
 SerialPortWrite (\r
   IN UINT8        *Buffer,\r
   IN UINTN        NumberOfBytes\r
-);\r
+  );\r
 \r
 \r
 /**\r
 \r
 \r
 /**\r
@@ -70,7 +70,7 @@ EFIAPI
 SerialPortRead (\r
   OUT UINT8    *Buffer,\r
   IN  UINTN    NumberOfBytes\r
 SerialPortRead (\r
   OUT UINT8    *Buffer,\r
   IN  UINTN    NumberOfBytes\r
-);\r
+  );\r
 \r
 \r
 #endif\r
 \r
 \r
 #endif\r