]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Include/Protocol/VgaMiniPort.h
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Protocol / VgaMiniPort.h
index e912eed21318953f8270de4de06ce6d63618b44f..7e6906023caaa4bacf873f4c0251180897ad05e8 100644 (file)
@@ -1,13 +1,13 @@
 /** @file\r
   The VGA Mini Port Protocol used to set the text display mode of a VGA controller.\r
 \r
 /** @file\r
   The VGA Mini Port Protocol used to set the text display mode of a VGA controller.\r
 \r
-Copyright (c) 2006 - 2010, 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
 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
+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
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
@@ -30,22 +30,22 @@ typedef struct _EFI_VGA_MINI_PORT_PROTOCOL  EFI_VGA_MINI_PORT_PROTOCOL;
 \r
 /**\r
   Sets the text display mode of a VGA controller.\r
 \r
 /**\r
   Sets the text display mode of a VGA controller.\r
-  \r
-  Sets the text display mode of the VGA controller to the mode specified by \r
-  ModeNumber.  A ModeNumber of 0 is a request for an 80x25 text mode.  A \r
+\r
+  Sets the text display mode of the VGA controller to the mode specified by\r
+  ModeNumber.  A ModeNumber of 0 is a request for an 80x25 text mode.  A\r
   ModeNumber of 1 is a request for an 80x50 text mode.  If ModeNumber is greater\r
   ModeNumber of 1 is a request for an 80x50 text mode.  If ModeNumber is greater\r
-  than MaxModeNumber, then EFI_UNSUPPORTED is returned.  If the VGA controller \r
+  than MaxModeNumber, then EFI_UNSUPPORTED is returned.  If the VGA controller\r
   is not functioning properly, then EFI_DEVICE_ERROR is returned.  If the VGA\r
   is not functioning properly, then EFI_DEVICE_ERROR is returned.  If the VGA\r
-  controller is sucessfully set to the mode number specified by ModeNumber, then \r
+  controller is sucessfully set to the mode number specified by ModeNumber, then\r
   EFI_SUCCESS is returned.\r
   EFI_SUCCESS is returned.\r
-    \r
+\r
   @param[in] This         A pointer to the EFI_VGA_MINI_PORT_PROTOCOL instance.\r
   @param[in] ModeNumber   The requested mode number.  0 for 80x25.  1 for 80x5.\r
 \r
   @retval EFI_SUCCESS        The mode number was set.\r
   @retval EFI_UNSUPPORTED    The mode number specified by ModeNumber is not supported.\r
   @retval EFI_DEVICE_ERROR   The device is not functioning properly.\r
   @param[in] This         A pointer to the EFI_VGA_MINI_PORT_PROTOCOL instance.\r
   @param[in] ModeNumber   The requested mode number.  0 for 80x25.  1 for 80x5.\r
 \r
   @retval EFI_SUCCESS        The mode number was set.\r
   @retval EFI_UNSUPPORTED    The mode number specified by ModeNumber is not supported.\r
   @retval EFI_DEVICE_ERROR   The device is not functioning properly.\r
-  \r
+\r
 **/\r
 typedef\r
 EFI_STATUS\r
 **/\r
 typedef\r
 EFI_STATUS\r
@@ -69,17 +69,17 @@ struct _EFI_VGA_MINI_PORT_PROTOCOL {
   ///\r
   UINT64                      CrtcDataRegisterOffset;\r
   ///\r
   ///\r
   UINT64                      CrtcDataRegisterOffset;\r
   ///\r
-  /// PCI Controller MMIO BAR index of the VGA text mode frame buffer.  Typically \r
+  /// PCI Controller MMIO BAR index of the VGA text mode frame buffer.  Typically\r
   /// set to EFI_PCI_IO_PASS_THROUGH_BAR\r
   ///\r
   UINT8                       VgaMemoryBar;\r
   ///\r
   /// set to EFI_PCI_IO_PASS_THROUGH_BAR\r
   ///\r
   UINT8                       VgaMemoryBar;\r
   ///\r
-  /// PCI Controller I/O BAR index of the VGA CRTC address register.  Typically \r
+  /// PCI Controller I/O BAR index of the VGA CRTC address register.  Typically\r
   /// set to EFI_PCI_IO_PASS_THROUGH_BAR\r
   ///\r
   UINT8                       CrtcAddressRegisterBar;\r
   ///\r
   /// set to EFI_PCI_IO_PASS_THROUGH_BAR\r
   ///\r
   UINT8                       CrtcAddressRegisterBar;\r
   ///\r
-  /// PCI Controller I/O BAR index of the VGA CRTC data register.  Typically set \r
+  /// PCI Controller I/O BAR index of the VGA CRTC data register.  Typically set\r
   /// to EFI_PCI_IO_PASS_THROUGH_BAR\r
   ///\r
   UINT8                       CrtcDataRegisterBar;\r
   /// to EFI_PCI_IO_PASS_THROUGH_BAR\r
   ///\r
   UINT8                       CrtcDataRegisterBar;\r