]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/BootManagerPolicy.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / BootManagerPolicy.h
index e19ad81a2e9d5bffbfdf2f24d94aeeba5107ac32..e371b7b74068e3d3c987fbabdda8ee55d43e58d2 100644 (file)
@@ -4,14 +4,14 @@
   This protocol is used by EFI Applications to request the UEFI Boot Manager\r
   to connect devices using platform policy.\r
 \r
-  Copyright (c) 2015, 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) 2015 - 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
 #ifndef __BOOT_MANAGER_POLICY_H__\r
@@ -53,7 +53,7 @@ typedef struct _EFI_BOOT_MANAGER_POLICY_PROTOCOL EFI_BOOT_MANAGER_POLICY_PROTOCO
                         system will be connected using the platforms EFI Boot\r
                         Manager policy.\r
   @param[in] Recursive  If TRUE, then ConnectController() is called recursively\r
-                        until the entire tree of controllers below the \r
+                        until the entire tree of controllers below the\r
                         controller specified by DevicePath have been created.\r
                         If FALSE, then the tree of controllers is only expanded\r
                         one level. If DevicePath is NULL then Recursive is ignored.\r
@@ -61,7 +61,7 @@ typedef struct _EFI_BOOT_MANAGER_POLICY_PROTOCOL EFI_BOOT_MANAGER_POLICY_PROTOCO
   @retval EFI_SUCCESS            The DevicePath was connected.\r
   @retval EFI_NOT_FOUND          The DevicePath was not found.\r
   @retval EFI_NOT_FOUND          No driver was connected to DevicePath.\r
-  @retval EFI_SECURITY_VIOLATION The user has no permission to start UEFI device \r
+  @retval EFI_SECURITY_VIOLATION The user has no permission to start UEFI device\r
                                  drivers on the DevicePath.\r
   @retval EFI_UNSUPPORTED        The current TPL is not TPL_APPLICATION.\r
 **/\r
@@ -80,7 +80,7 @@ EFI_STATUS
   Manager connect a class of devices.\r
 \r
   If Class is EFI_BOOT_MANAGER_POLICY_CONSOLE_GUID then the Boot Manager will\r
-  use platform policy to connect consoles. Some platforms may restrict the \r
+  use platform policy to connect consoles. Some platforms may restrict the\r
   number of consoles connected as they attempt to fast boot, and calling\r
   ConnectDeviceClass() with a Class value of EFI_BOOT_MANAGER_POLICY_CONSOLE_GUID\r
   must connect the set of consoles that follow the Boot Manager platform policy,\r
@@ -98,7 +98,7 @@ EFI_STATUS
   application that called ConnectDeviceClass() may need to use the published\r
   protocols to establish the network connection. The Boot Manager can optionally\r
   have a policy to establish a network connection.\r
-  \r
+\r
   If Class is EFI_BOOT_MANAGER_POLICY_CONNECT_ALL_GUID then the Boot Manager\r
   will connect all UEFI drivers using the UEFI Boot Service\r
   EFI_BOOT_SERVICES.ConnectController(). If the Boot Manager has policy\r
@@ -115,7 +115,7 @@ EFI_STATUS
   @retval EFI_DEVICE_ERROR Devices were not connected due to an error.\r
   @retval EFI_NOT_FOUND    The Class is not supported by the platform.\r
   @retval EFI_UNSUPPORTED  The current TPL is not TPL_APPLICATION.\r
-**/        \r
+**/\r
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_BOOT_MANAGER_POLICY_CONNECT_DEVICE_CLASS)(\r