]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/SerialPortLib.h
Ported SerialPortLib to support base type.
[mirror_edk2.git] / MdePkg / Include / Library / SerialPortLib.h
index 153e38cd15fce91ca0c0cc6d608ec23686eea1e1..73a89389e437f9c7597d3112dbba1caa00752359 100644 (file)
@@ -25,7 +25,7 @@
   @return  Status of Serial Port Device initialization.\r
 \r
 **/\r
-EFI_STATUS\r
+RETURN_STATUS\r
 EFIAPI\r
 SerialPortInitialize (\r
   VOID\r
@@ -49,7 +49,7 @@ EFIAPI
 SerialPortWrite (\r
   IN UINT8        *Buffer,\r
   IN UINTN        NumberOfBytes\r
-);\r
+  );\r
 \r
 \r
 /**\r
@@ -70,7 +70,7 @@ EFIAPI
 SerialPortRead (\r
   OUT UINT8    *Buffer,\r
   IN  UINTN    NumberOfBytes\r
-);\r
+  );\r
 \r
 \r
 #endif\r