summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/AcpiSupport.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-20 09:08:37 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-20 09:08:37 +0000
commit0647c9adf92c6a8712091607a73b2768327a865d (patch)
tree41c00f087dea23a35388100f5b9895753555ac3c /MdePkg/Include/Protocol/AcpiSupport.h
parent151c1ccdcd6960c550fa491bd0ed467416bb2b74 (diff)
downloadedk2-platforms-0647c9adf92c6a8712091607a73b2768327a865d.tar.xz
Remove BugBug in comments and adjust function header according to code style doc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1055 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/AcpiSupport.h')
-rw-r--r--MdePkg/Include/Protocol/AcpiSupport.h51
1 files changed, 19 insertions, 32 deletions
diff --git a/MdePkg/Include/Protocol/AcpiSupport.h b/MdePkg/Include/Protocol/AcpiSupport.h
index 790cdf2b3e..5702cb4d65 100644
--- a/MdePkg/Include/Protocol/AcpiSupport.h
+++ b/MdePkg/Include/Protocol/AcpiSupport.h
@@ -64,19 +64,14 @@ typedef struct _EFI_ACPI_SUPPORT_PROTOCOL EFI_ACPI_SUPPORT_PROTOCOL;
/**
Returns a requested ACPI table.
- @param This A pointer to the EFI_ACPI_SUPPORT_PROTOCOL instance.
-
- @param Index The zero-based index of the table to retrieve.
-
- @param Table Pointer for returning the table buffer.
-
- @param Version Updated with the ACPI versions to which this table belongs.
-
- @param Handle Pointer for identifying the table.
+ @param This A pointer to the EFI_ACPI_SUPPORT_PROTOCOL instance.
+ @param Index The zero-based index of the table to retrieve.
+ @param Table Pointer for returning the table buffer.
+ @param Version Updated with the ACPI versions to which this table belongs.
+ @param Handle Pointer for identifying the table.
- @retval EFI_SUCCESS The function completed successfully.
-
- @retval EFI_NOT_FOUND The requested index is too large and a table was not found.
+ @retval EFI_SUCCESS The function completed successfully.
+ @retval EFI_NOT_FOUND The requested index is too large and a table was not found.
**/
typedef
@@ -92,22 +87,16 @@ EFI_STATUS
/**
Used to add, remove, or update ACPI tables.
- @param This A pointer to the EFI_ACPI_SUPPORT_PROTOCOL instance.
-
- @param Table Pointer to the new table to add or update.
-
- @param Checksum If TRUE, indicates that the checksum should be
- calculated for this table.
-
- @param Version Indicates to which version(s) of ACPI the table should be added.
-
- @param Pointer to the handle of the table to remove or update.
+ @param This A pointer to the EFI_ACPI_SUPPORT_PROTOCOL instance.
+ @param Table Pointer to the new table to add or update.
+ @param Checksum If TRUE, indicates that the checksum should be
+ calculated for this table.
+ @param Version Indicates to which version(s) of ACPI the table should be added.
+ @param Pointer to the handle of the table to remove or update.
- @retval EFI_SUCCESS The function completed successfully.
-
+ @retval EFI_SUCCESS The function completed successfully.
@retval EFI_INVALID_PARAMETER *Handle was zero and Table was NULL.
-
- @retval EFI_ABORTED Could not complete the desired action.
+ @retval EFI_ABORTED Could not complete the desired action.
**/
typedef
@@ -124,13 +113,11 @@ EFI_STATUS
Causes one or more versions of the ACPI tables to be published in
the EFI system configuration tables.
- @param This A pointer to the EFI_ACPI_SUPPORT_PROTOCOL instance.
-
- @param Version Indicates to which version(s) of ACPI that the table should be published.
+ @param This A pointer to the EFI_ACPI_SUPPORT_PROTOCOL instance.
+ @param Version Indicates to which version(s) of ACPI that the table should be published.
- @retval EFI_SUCCESS The function completed successfully.
-
- @retval EFI_ABORTED An error occurred and the function could not complete successfully.
+ @retval EFI_SUCCESS The function completed successfully.
+ @retval EFI_ABORTED An error occurred and the function could not complete successfully.
**/
typedef