]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / BootScriptExecutorDxe / ScriptExecute.h
index 94deae87e6a955389af8f01a61699f5fce9c5c97..4ae07a0f5f162b25f08dd3b1038895c0b3f08d21 100644 (file)
@@ -1,10 +1,10 @@
 /** @file\r
   The header file for Boot Script Executer module.\r
-  \r
-  This driver is dispatched by Dxe core and the driver will reload itself to ACPI reserved memory \r
-  in the entry point. The functionality is to interpret and restore the S3 boot script \r
-  \r
-Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+\r
+  This driver is dispatched by Dxe core and the driver will reload itself to ACPI reserved memory\r
+  in the entry point. The functionality is to interpret and restore the S3 boot script\r
+\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
 \r
 This program and the accompanying materials\r
@@ -51,9 +51,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 /**\r
   a ASM function to transfer control to OS.\r
-  \r
+\r
   @param  S3WakingVector  The S3 waking up vector saved in ACPI Facs table\r
-  @param  AcpiLowMemoryBase a buffer under 1M which could be used during the transfer             \r
+  @param  AcpiLowMemoryBase a buffer under 1M which could be used during the transfer\r
 **/\r
 VOID\r
 AsmTransferControl (\r
@@ -62,9 +62,9 @@ AsmTransferControl (
   );\r
 /**\r
   a 32bit ASM function to transfer control to OS.\r
-  \r
+\r
   @param  S3WakingVector  The S3 waking up vector saved in ACPI Facs table\r
-  @param  AcpiLowMemoryBase a buffer under 1M which could be used during the transfer             \r
+  @param  AcpiLowMemoryBase a buffer under 1M which could be used during the transfer\r
 **/\r
 VOID\r
 AsmTransferControl32 (\r
@@ -79,13 +79,13 @@ AsmTransferControl16 (
   VOID\r
   );\r
 /**\r
-  Set a IDT entry for interrupt vector 3 for debug purpose.  \r
-  \r
-  @param  AcpiS3Context  a pointer to a structure of ACPI_S3_CONTEXT  \r
-              \r
+  Set a IDT entry for interrupt vector 3 for debug purpose.\r
+\r
+  @param  AcpiS3Context  a pointer to a structure of ACPI_S3_CONTEXT\r
+\r
 **/\r
 VOID\r
-SetIdtEntry ( \r
+SetIdtEntry (\r
   IN ACPI_S3_CONTEXT     *AcpiS3Context\r
   );\r
 \r