]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h
IntelFrameworkPkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / BootScriptExecuter.h
index db0f422da8b72e9cf92de0eb7bc085c3668dc694..7f388f6c723c9900389af31453fc955b9fceb089 100644 (file)
@@ -8,13 +8,13 @@
   execution, the PEIM looks for a relevant PPI that is available to execute it, rather than executing it\r
   by issuing the native IA-32 instruction.\r
 \r
-Copyright (c) 2007 - 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) 2007 - 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
+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
   @par Revision Reference:\r
@@ -39,10 +39,10 @@ typedef struct _EFI_PEI_BOOT_SCRIPT_EXECUTER_PPI EFI_PEI_BOOT_SCRIPT_EXECUTER_PP
   @param  PeiServices    A pointer to the system PEI Services Table.\r
   @param  This           A pointer to the EFI_PEI_BOOT_SCRIPT_EXECUTER_PPI instance.\r
   @param  Address        The physical memory address where the table is stored.\r
-                         It must be zero if the table to be executed is stored in \r
+                         It must be zero if the table to be executed is stored in\r
                          a firmware volume file.\r
   @param  FvFile         The firmware volume file name that contains the table to\r
-                         be executed. It must be NULL if the table to be executed \r
+                         be executed. It must be NULL if the table to be executed\r
                          is stored in physical memory.\r
 \r
   @retval EFI_SUCCESS           The boot script table was executed successfully.\r
@@ -50,7 +50,7 @@ typedef struct _EFI_PEI_BOOT_SCRIPT_EXECUTER_PPI EFI_PEI_BOOT_SCRIPT_EXECUTER_PP
   @retval EFI_NOT_FOUND         The file name specified in FvFile cannot be found.\r
   @retval EFI_UNSUPPORTED       The format of the boot script table is invalid.\r
                                 Or, an unsupported opcode occurred in the table.\r
-                                Or there were opcode execution errors, such as an \r
+                                Or there were opcode execution errors, such as an\r
                                 insufficient dependency.\r
 \r
 **/\r
@@ -64,14 +64,14 @@ EFI_STATUS
   );\r
 \r
 ///\r
-/// EFI_PEI_BOOT_SCRIPT_EXECUTER_PPI produces the function which interprets and \r
+/// EFI_PEI_BOOT_SCRIPT_EXECUTER_PPI produces the function which interprets and\r
 /// executes the Framework boot script table.\r
 ///\r
 struct _EFI_PEI_BOOT_SCRIPT_EXECUTER_PPI {\r
-       ///\r
-       /// Executes a boot script table.\r
-       ///\r
-  EFI_PEI_BOOT_SCRIPT_EXECUTE Execute;  \r
+  ///\r
+  /// Executes a boot script table.\r
+  ///\r
+  EFI_PEI_BOOT_SCRIPT_EXECUTE Execute;\r
 };\r
 \r
 extern EFI_GUID gEfiPeiBootScriptExecuterPpiGuid;\r