]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DebugPort.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / DebugPort.h
index 2e09033b10859150e82a77f1beffad4b399d48aa..e7295b1afd90a5e2a6d025a6e2319c8565fe4034 100644 (file)
@@ -1,17 +1,17 @@
 /** @file\r
-  \r
+\r
   The file defines the EFI Debugport protocol.\r
   This protocol is used by debug agent to communicate with the\r
   remote debug host.\r
-  \r
-  Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials                          \r
-  are licensed and made available under the terms and conditions of the BSD License         \r
-  which accompanies this distribution.  The full text of the license may be found at        \r
-  http://opensource.org/licenses/bsd-license.php                                            \r
 \r
-  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
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php\r
+\r
+  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
 **/\r
 \r
@@ -35,14 +35,14 @@ typedef struct _EFI_DEBUGPORT_PROTOCOL EFI_DEBUGPORT_PROTOCOL;
 // DebugPort member functions\r
 //\r
 \r
-/**                                                                 \r
+/**\r
   Resets the debugport.\r
-    \r
+\r
   @param  This                  A pointer to the EFI_DEBUGPORT_PROTOCOL instance.\r
-                                \r
+\r
   @retval EFI_SUCCESS           The debugport device was reset and is in usable state.\r
   @retval EFI_DEVICE_ERROR      The debugport device could not be reset and is unusable.\r
-                                   \r
+\r
 **/\r
 typedef\r
 EFI_STATUS\r
@@ -50,19 +50,19 @@ EFI_STATUS
   IN EFI_DEBUGPORT_PROTOCOL               *This\r
   );\r
 \r
-/**                                                                 \r
+/**\r
   Writes data to the debugport.\r
-    \r
+\r
   @param  This                  A pointer to the EFI_DEBUGPORT_PROTOCOL instance.\r
   @param  Timeout               The number of microseconds to wait before timing out a write operation.\r
   @param  BufferSize            On input, the requested number of bytes of data to write. On output, the\r
                                 number of bytes of data actually written.\r
-  @param  Buffer                A pointer to a buffer containing the data to write.                                \r
-                                  \r
+  @param  Buffer                A pointer to a buffer containing the data to write.\r
+\r
   @retval EFI_SUCCESS           The data was written.\r
   @retval EFI_DEVICE_ERROR      The device reported an error.\r
   @retval EFI_TIMEOUT           The data write was stopped due to a timeout.\r
-                                   \r
+\r
 **/\r
 typedef\r
 EFI_STATUS\r
@@ -73,20 +73,20 @@ EFI_STATUS
   IN VOID                                 *Buffer\r
   );\r
 \r
-/**                                                                 \r
+/**\r
   Reads data from the debugport.\r
-    \r
+\r
   @param  This                  A pointer to the EFI_DEBUGPORT_PROTOCOL instance.\r
   @param  Timeout               The number of microseconds to wait before timing out a read operation.\r
   @param  BufferSize            On input, the requested number of bytes of data to read. On output, the\r
                                 number of bytes of data actually number of bytes\r
                                 of data read and returned in Buffer.\r
   @param  Buffer                A pointer to a buffer into which the data read will be saved.\r
-                                  \r
+\r
   @retval EFI_SUCCESS           The data was read.\r
   @retval EFI_DEVICE_ERROR      The device reported an error.\r
   @retval EFI_TIMEOUT           The operation was stopped due to a timeout or overrun.\r
-                                   \r
+\r
 **/\r
 typedef\r
 EFI_STATUS\r
@@ -97,15 +97,15 @@ EFI_STATUS
   OUT VOID                                *Buffer\r
   );\r
 \r
-/**                                                                 \r
+/**\r
   Checks to see if any data is available to be read from the debugport device.\r
-    \r
+\r
   @param  This                  A pointer to the EFI_DEBUGPORT_PROTOCOL instance.\r
-                                  \r
+\r
   @retval EFI_SUCCESS           At least one byte of data is available to be read.\r
   @retval EFI_DEVICE_ERROR      The debugport device is not functioning correctly.\r
   @retval EFI_NOT_READY         No data is available to be read.\r
-                                   \r
+\r
 **/\r
 typedef\r
 EFI_STATUS\r