]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/SerialPortLib.h
Synchronize the MdePkg\Include\Library\HobLib.h,
[mirror_edk2.git] / MdePkg / Include / Library / SerialPortLib.h
index 1ab8e97adc5c30add67e21e03d56fefdfd20cceb..e6a55eefa43c238f2909d935aecf8b83788c0eed 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Provides three common serial I/O port functions.\r
+  This library class provides common serial I/O port functions.\r
 \r
 Copyright (c) 2006 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
@@ -54,8 +54,8 @@ SerialPortInitialize (
 UINTN\r
 EFIAPI\r
 SerialPortWrite (\r
-  IN UINT8        *Buffer,\r
-  IN UINTN        NumberOfBytes\r
+  IN UINT8     *Buffer,\r
+  IN UINTN     NumberOfBytes\r
   );\r
 \r
 \r
@@ -80,8 +80,8 @@ SerialPortWrite (
 UINTN\r
 EFIAPI\r
 SerialPortRead (\r
-  OUT UINT8    *Buffer,\r
-  IN  UINTN    NumberOfBytes\r
+  OUT UINT8   *Buffer,\r
+  IN  UINTN   NumberOfBytes\r
   );\r
 \r
 /**\r