]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/AcpiTable.h
Change SMM CPU I/O to SMM CPU I/O 2
[mirror_edk2.git] / MdePkg / Include / Protocol / AcpiTable.h
index 99159f47bacd90e15129588c313b4737eee12776..ebeb59f5178462d811669122e75d78b1ad585c20 100644 (file)
@@ -2,7 +2,7 @@
   The file provides the protocol to install or remove an ACPI\r
   table from a platform. \r
   \r
-  Copyright (c) 2006 - 2007, Intel Corporation\r
+  Copyright (c) 2006 - 2008, 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
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -31,7 +31,7 @@ typedef struct _EFI_ACPI_TABLE_PROTOCOL EFI_ACPI_TABLE_PROTOCOL;
   copy into the RSDT/XSDT. InstallAcpiTable() must insert the new   \r
   table at the end of the RSDT/XSDT. To prevent namespace   \r
   collision, ACPI tables may be created using UEFI ACPI table   \r
-  format. See Appendix O. On successful output, TableKey is   \r
+  format. On successful output, TableKey is   \r
   initialized with a unique key. Its value may be used in a   \r
   subsequent call to UninstallAcpiTable to remove an ACPI table.   \r
   If an EFI application is running at the time of this call, the   \r
@@ -39,18 +39,18 @@ typedef struct _EFI_ACPI_TABLE_PROTOCOL EFI_ACPI_TABLE_PROTOCOL;
   longer considered valid.   \r
 \r
 \r
-  @param This A pointer to a EFI_ACPI_TABLE_PROTOCOL.\r
+  @param This                 A pointer to a EFI_ACPI_TABLE_PROTOCOL.\r
 \r
-  @param AcpiTableBuffer  A pointer to a buffer containing the\r
-                          ACPI table to be installed.\r
+  @param AcpiTableBuffer      A pointer to a buffer containing the\r
+                              ACPI table to be installed.\r
 \r
   @param AcpiTableBufferSize  Specifies the size, in bytes, of\r
                               the AcpiTableBuffer buffer.\r
 \r
 \r
-  @param TableKey   Returns a key to refer to the ACPI table.\r
+  @param TableKey             Returns a key to refer to the ACPI table.\r
   \r
-  @retval EFI_SUCCESS The table was successfully inserted\r
+  @retval EFI_SUCCESS           The table was successfully inserted\r
   \r
   @retval EFI_INVALID_PARAMETER Either AcpiTableBuffer is NULL,\r
                                 TableKey is NULL, or\r
@@ -83,15 +83,15 @@ EFI_STATUS
   EFI_CONFIGURATION_TABLE pointer to the RSDT is no longer\r
   considered valid.\r
 \r
-  @param This A pointer to a EFI_ACPI_TABLE_PROTOCOL.\r
+  @param This                   A pointer to a EFI_ACPI_TABLE_PROTOCOL.\r
 \r
-  @param TableKey Specifies the table to uninstall. The key was\r
-                  returned from InstallAcpiTable().\r
+  @param TableKey               Specifies the table to uninstall. The key was\r
+                                returned from InstallAcpiTable().\r
 \r
-  @retval EFI_SUCCESS The table was successfully inserted\r
+  @retval EFI_SUCCESS           The table was successfully inserted\r
 \r
-  @retval EFI_NOT_FOUND TableKey does not refer to a valid key\r
-                        for a table entry.\r
+  @retval EFI_NOT_FOUND         TableKey does not refer to a valid key\r
+                                for a table entry.\r
 \r
   @retval EFI_OUT_OF_RESOURCES  Insufficient resources exist to\r
                                 complete the request.\r
@@ -104,18 +104,10 @@ EFI_STATUS
   IN UINTN                         TableKey\r
 );\r
 \r
-/**\r
-  The EFI_ACPI_TABLE_PROTOCOL provides the ability for a component\r
-  to install and uninstall ACPI tables from a platform.\r
-\r
-\r
-  @param InstallAcpiTable Installs an ACPI table into the\r
-                          system.\r
-\r
-  @param UninstallAcpiTable Removes a previously installed ACPI\r
-                            table from the system.\r
-\r
-**/   \r
+///\r
+/// The EFI_ACPI_TABLE_PROTOCOL provides the ability for a component\r
+/// to install and uninstall ACPI tables from a platform.\r
+///\r
 struct _EFI_ACPI_TABLE_PROTOCOL {\r
   EFI_ACPI_TABLE_INSTALL_ACPI_TABLE   InstallAcpiTable;\r
   EFI_ACPI_TABLE_UNINSTALL_ACPI_TABLE UninstallAcpiTable;\r