]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/AcpiTable.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / AcpiTable.h
index 6149b7e4533584b7ee259001582db5eafe9b4169..753d79e6bb5b81d6300b3b73bdcfaf23973d4316 100644 (file)
@@ -1,15 +1,15 @@
 /** @file\r
   The file provides the protocol to install or remove an ACPI\r
-  table from a platform. \r
-  \r
-  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
-  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
-  http://opensource.org/licenses/bsd-license.php                                            \r
+  table from a platform.\r
 \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
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  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
+  http://opensource.org/licenses/bsd-license.php\r
+\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
 **/\r
 \r
@@ -24,24 +24,24 @@ typedef struct _EFI_ACPI_TABLE_PROTOCOL EFI_ACPI_TABLE_PROTOCOL;
 \r
 /**\r
 \r
-  The InstallAcpiTable() function allows a caller to install an   \r
-  ACPI table. When successful, the table will be linked by the   \r
-  RSDT/XSDT. AcpiTableBuffer specifies the table to be installed.   \r
-  InstallAcpiTable() will make a copy of the table and insert the   \r
-  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
+  The InstallAcpiTable() function allows a caller to install an\r
+  ACPI table. When successful, the table will be linked by the\r
+  RSDT/XSDT. AcpiTableBuffer specifies the table to be installed.\r
+  InstallAcpiTable() will make a copy of the table and insert the\r
+  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. If this protocol is used to install a table with a\r
   signature already present in the system, the new table will not\r
   replace the existing table. It is a platform implementation\r
   decision to add a new table with a signature matching an\r
   existing table or disallow duplicate table signatures and\r
-  return EFI_ACCESS_DENIED. 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
-  relevant EFI_CONFIGURATION_TABLE pointer to the RSDT is no   \r
-  longer considered valid.   \r
+  return EFI_ACCESS_DENIED. 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
+  relevant EFI_CONFIGURATION_TABLE pointer to the RSDT is no\r
+  longer considered valid.\r
 \r
 \r
   @param This                 A pointer to a EFI_ACPI_TABLE_PROTOCOL.\r
@@ -54,16 +54,16 @@ typedef struct _EFI_ACPI_TABLE_PROTOCOL EFI_ACPI_TABLE_PROTOCOL;
 \r
 \r
   @param TableKey             Returns a key to refer to the ACPI table.\r
-  \r
+\r
   @retval EFI_SUCCESS           The table was successfully inserted\r
-  \r
+\r
   @retval EFI_INVALID_PARAMETER Either AcpiTableBuffer is NULL,\r
                                 TableKey is NULL, or\r
                                 AcpiTableBufferSize and the size\r
                                 field embedded in the ACPI table\r
                                 pointed to by AcpiTableBuffer\r
                                 are not in sync.\r
-  \r
+\r
   @retval EFI_OUT_OF_RESOURCES  Insufficient resources exist to\r
                                 complete the request.\r
   @retval EFI_ACCESS_DENIED     The table signature matches a table already\r
@@ -82,7 +82,7 @@ EFI_STATUS
 \r
 \r
 /**\r
-  \r
+\r
   The UninstallAcpiTable() function allows a caller to remove an\r
   ACPI table. The routine will remove its reference from the\r
   RSDT/XSDT. A table is referenced by the TableKey parameter\r
@@ -103,7 +103,7 @@ EFI_STATUS
 \r
   @retval EFI_OUT_OF_RESOURCES  Insufficient resources exist to\r
                                 complete the request.\r
-  \r
+\r
 **/\r
 typedef\r
 EFI_STATUS\r