summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/AcpiTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/AcpiTable.h')
-rw-r--r--MdePkg/Include/Protocol/AcpiTable.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/MdePkg/Include/Protocol/AcpiTable.h b/MdePkg/Include/Protocol/AcpiTable.h
index 9ccf2ecea0..40376a4014 100644
--- a/MdePkg/Include/Protocol/AcpiTable.h
+++ b/MdePkg/Include/Protocol/AcpiTable.h
@@ -108,13 +108,6 @@ EFI_STATUS
@par Protocol Description:
The EFI_ACPI_TABLE_PROTOCOL provides the ability for a component
to install and uninstall ACPI tables from a platform.
-
-
- @param InstallAcpiTable Installs an ACPI table into the system.
-
- @param UninstallAcpiTable Removes a previously installed ACPI
- table from the system.
-
**/
struct _EFI_ACPI_TABLE_PROTOCOL {
EFI_ACPI_TABLE_INSTALL_ACPI_TABLE InstallAcpiTable;