]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/AcpiSupport.h
Remove blank for function typedef, it will break generating doxygen document.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / AcpiSupport.h
index 8955e8e028ab5dc63ed2ab4b77e32092bf9363d1..468dac2aaaf2e920ebbc477bf69f3d841db0d105 100644 (file)
@@ -1,6 +1,15 @@
 /** @file\r
-  Definition of the ACPI Support protocol.\r
+  This protocol provides some basic services to support publishing ACPI system tables. The\r
+  services handle many of the more mundane tasks that are required to publish a set of tables. The\r
+  services will do the following:\r
+       - Generate common tables.\r
+       - Update the table links.\r
+       - Ensure that tables are properly aligned and use correct types of memory.\r
+       - Update checksum values and IDs.\r
+       - Complete the final installation of the tables.\r
 \r
+  This is defined in the ACPI Specification 0.9.\r
+  \r
   Copyright (c) 2007, 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
   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:  AcpiSupport.h\r
-\r
-  @par Revision Reference:\r
-  This is defined in the ACPI Specification 0.9.\r
-\r
 **/\r
 \r
 #ifndef _ACPI_SUPPORT_PROTOCOL_H_\r
@@ -78,7 +82,7 @@ typedef struct _EFI_ACPI_SUPPORT_PROTOCOL EFI_ACPI_SUPPORT_PROTOCOL;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_ACPI_GET_ACPI_TABLE) (\r
+(EFIAPI *EFI_ACPI_GET_ACPI_TABLE)(\r
   IN EFI_ACPI_SUPPORT_PROTOCOL            *This,\r
   IN INTN                                 Index,\r
   OUT VOID                                **Table,\r
@@ -103,7 +107,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_ACPI_SET_ACPI_TABLE) (\r
+(EFIAPI *EFI_ACPI_SET_ACPI_TABLE)(\r
   IN EFI_ACPI_SUPPORT_PROTOCOL            *This,\r
   IN VOID                                 *Table OPTIONAL,\r
   IN BOOLEAN                              Checksum,\r
@@ -124,7 +128,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_ACPI_PUBLISH_TABLES) (\r
+(EFIAPI *EFI_ACPI_PUBLISH_TABLES)(\r
   IN EFI_ACPI_SUPPORT_PROTOCOL            *This,\r
   IN EFI_ACPI_TABLE_VERSION               Version\r
   );\r