]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/SerialPortLib.h
Add TPM related definitions.
[mirror_edk2.git] / MdePkg / Include / Library / SerialPortLib.h
index 153e38cd15fce91ca0c0cc6d608ec23686eea1e1..19f56f7edd57db475b5ce2454324dc5d36c2b614 100644 (file)
@@ -11,8 +11,6 @@
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Module Name:  SerialPortLib.h\r
-\r
 **/\r
 \r
 #ifndef __SERIAL_PORT_LIB__\r
@@ -25,7 +23,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 +47,7 @@ EFIAPI
 SerialPortWrite (\r
   IN UINT8        *Buffer,\r
   IN UINTN        NumberOfBytes\r
-);\r
+  );\r
 \r
 \r
 /**\r
@@ -70,7 +68,7 @@ EFIAPI
 SerialPortRead (\r
   OUT UINT8    *Buffer,\r
   IN  UINTN    NumberOfBytes\r
-);\r
+  );\r
 \r
 \r
 #endif\r