]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/AcpiS3Save.h
Remove blank for function typedef, it will break generating doxygen document.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / AcpiS3Save.h
index a9845e99dc05d8c328b38210efebd6a972d5a1f9..1cc904e03dd843d54061b4c511f55dbf6edd52fe 100644 (file)
@@ -1,5 +1,8 @@
-/*++\r
-\r
+/** @file\r
+  This protocol is used to prepare all information that is needed for the S3 resume boot path. This\r
+  protocol is not required for all platforms.\r
+  This protocol is defined in framework S3Resume v0.9, page 21.\r
+  \r
 Copyright (c) 2006, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -9,14 +12,7 @@ http://opensource.org/licenses/bsd-license.php
 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
-Module Name:\r
-\r
-  AcpiS3Save.h\r
-\r
-Abstract:\r
-\r
-\r
---*/\r
+**/\r
 \r
 #ifndef _ACPI_S3_SAVE_PROTOCOL_H\r
 #define _ACPI_S3_SAVE_PROTOCOL_H\r
@@ -41,14 +37,14 @@ typedef struct _EFI_ACPI_S3_SAVE_PROTOCOL EFI_ACPI_S3_SAVE_PROTOCOL;
 //\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_ACPI_S3_SAVE) (\r
+(EFIAPI *EFI_ACPI_S3_SAVE)(\r
   IN EFI_ACPI_S3_SAVE_PROTOCOL      * This,\r
   IN VOID                           * LegacyMemoryAddress\r
   );\r
 \r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_ACPI_GET_LEGACY_MEMORY_SIZE) (\r
+(EFIAPI *EFI_ACPI_GET_LEGACY_MEMORY_SIZE)(\r
   IN  EFI_ACPI_S3_SAVE_PROTOCOL     * This,\r
   OUT UINTN                         * Size\r
 );\r