]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3Save.h
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Acpi / AcpiS3SaveDxe / AcpiS3Save.h
index 65974a34027c11e55b77cfd12da4b7a69db02304..48d77e7b5b1953c8bfdedbda2737a99ca4b76290 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
-  This is an implementation of the ACPI S3 Save protocol.  This is defined in \r
+  This is an implementation of the ACPI S3 Save protocol.  This is defined in\r
   S3 boot path specification 0.9.\r
 \r
-Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions\r
@@ -19,7 +19,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define _ACPI_S3_SAVE_H_\r
 \r
 /**\r
-  Gets the buffer of legacy memory below 1 MB \r
+  Gets the buffer of legacy memory below 1 MB\r
   This function is to get the buffer in legacy memory below 1MB that is required during S3 resume.\r
 \r
   @param This           A pointer to the EFI_ACPI_S3_SAVE_PROTOCOL instance.\r
@@ -38,9 +38,9 @@ LegacyGetS3MemorySize (
 \r
 /**\r
   Prepares all information that is needed in the S3 resume boot path.\r
-  \r
-  Allocate the resources or prepare informations and save in ACPI variable set for S3 resume boot path  \r
-  \r
+\r
+  Allocate the resources or prepare informations and save in ACPI variable set for S3 resume boot path\r
+\r
   @param This                 A pointer to the EFI_ACPI_S3_SAVE_PROTOCOL instance.\r
   @param LegacyMemoryAddress  The base address of legacy memory.\r
 \r
@@ -54,6 +54,6 @@ EFI_STATUS
 EFIAPI\r
 S3Ready (\r
   IN EFI_ACPI_S3_SAVE_PROTOCOL     *This,\r
-  IN VOID                          *LegacyMemoryAddress   \r
+  IN VOID                          *LegacyMemoryAddress\r
   );\r
 #endif\r