]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SimpleTextOut.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / SimpleTextOut.h
index 5f64b64c2f7d55866a4c920d7fd468df29a86864..49d989ca1fea04663a94bec0f405207849b7a716 100644 (file)
@@ -6,14 +6,14 @@
   a single hardware device or a virtual device that is an aggregation\r
   of multiple physical devices.\r
 \r
-Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
 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
+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
@@ -27,14 +27,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 ///\r
 /// Protocol GUID defined in EFI1.1.\r
-/// \r
+///\r
 #define SIMPLE_TEXT_OUTPUT_PROTOCOL   EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL_GUID\r
 \r
 typedef struct _EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL;\r
 \r
 ///\r
 /// Backward-compatible with EFI1.1.\r
-/// \r
+///\r
 typedef EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL   SIMPLE_TEXT_OUTPUT_INTERFACE;\r
 \r
 //\r
@@ -125,8 +125,8 @@ typedef EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL   SIMPLE_TEXT_OUTPUT_INTERFACE;
 #define EFI_WHITE                 (EFI_BLUE | EFI_GREEN | EFI_RED | EFI_BRIGHT)\r
 \r
 //\r
-// Macro to accept color values in their raw form to create \r
-// a value that represents both a foreground and background \r
+// Macro to accept color values in their raw form to create\r
+// a value that represents both a foreground and background\r
 // color in a single byte.\r
 // For Foreground, and EFI_* value is valid from EFI_BLACK(0x00) to\r
 // EFI_WHITE (0x0F).\r
@@ -148,7 +148,7 @@ typedef EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL   SIMPLE_TEXT_OUTPUT_INTERFACE;
 \r
 //\r
 // We currently define attributes from 0 - 7F for color manipulations\r
-// To internally handle the local display characteristics for a particular character, \r
+// To internally handle the local display characteristics for a particular character,\r
 // Bit 7 signifies the local glyph representation for a character.  If turned on, glyphs will be\r
 // pulled from the wide glyph database and will display locally as a wide character (16 X 19 versus 8 X 19)\r
 // If bit 7 is off, the narrow glyph database will be used.  This does NOT affect information that is sent to\r
@@ -160,7 +160,7 @@ typedef EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL   SIMPLE_TEXT_OUTPUT_INTERFACE;
   Reset the text output device hardware and optionaly run diagnostics\r
 \r
   @param  This                 The protocol instance pointer.\r
-  @param  ExtendedVerification Driver may perform more exhaustive verfication\r
+  @param  ExtendedVerification Driver may perform more exhaustive verification\r
                                operation of the device during reset.\r
 \r
   @retval EFI_SUCCESS          The text output device was reset.\r
@@ -201,7 +201,7 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  Verifies that all characters in a string can be output to the \r
+  Verifies that all characters in a string can be output to the\r
   target device.\r
 \r
   @param  This   The protocol instance pointer.\r
@@ -231,7 +231,7 @@ EFI_STATUS
                      requested ModeNumber.\r
   @param  Rows       Returns the geometry of the text output device for the\r
                      requested ModeNumber.\r
-                                          \r
+\r
   @retval EFI_SUCCESS      The requested mode information was returned.\r
   @retval EFI_DEVICE_ERROR The device had an error and could not complete the request.\r
   @retval EFI_UNSUPPORTED  The mode number was not valid.\r
@@ -286,11 +286,11 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  Clears the output device(s) display to the currently selected background \r
+  Clears the output device(s) display to the currently selected background\r
   color.\r
 \r
   @param  This              The protocol instance pointer.\r
-                           \r
+\r
   @retval  EFI_SUCCESS      The operation completed successfully.\r
   @retval  EFI_DEVICE_ERROR The device had an error and could not complete the request.\r
   @retval  EFI_UNSUPPORTED  The output device is not in a valid text mode.\r
@@ -385,9 +385,9 @@ typedef struct {
 } EFI_SIMPLE_TEXT_OUTPUT_MODE;\r
 \r
 ///\r
-/// The SIMPLE_TEXT_OUTPUT protocol is used to control text-based output devices. \r
-/// It is the minimum required protocol for any handle supplied as the ConsoleOut \r
-/// or StandardError device. In addition, the minimum supported text mode of such \r
+/// The SIMPLE_TEXT_OUTPUT protocol is used to control text-based output devices.\r
+/// It is the minimum required protocol for any handle supplied as the ConsoleOut\r
+/// or StandardError device. In addition, the minimum supported text mode of such\r
 /// devices is at least 80 x 25 characters.\r
 ///\r
 struct _EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL {\r