diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-20 06:34:05 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-20 06:34:05 +0000 |
commit | 1e7e32f842976bf279d3f1016c10bc71ebc0c47d (patch) | |
tree | 436fcaa644b5b4cab32c3ec7d112cd4b9669f43d | |
parent | c4c485dba9a257ee6f36ee833bf52728d9b6cd67 (diff) | |
download | edk2-1e7e32f842976bf279d3f1016c10bc71ebc0c47d.tar.gz |
sync patches r10500, r10672 from main trunk.
R10500 - Update the definition of EFI_ACPI_FIND_PATH, this is an incompatible changing. Spec will be updated later(approved and not published)
R10672 - Remove spec compliance comment. It follows PI1.2B spec now.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/UDK2010@10673 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h b/MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h index fe209877b9..22d5da0a62 100644 --- a/MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h +++ b/MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h @@ -238,7 +238,7 @@ EFI_STATUS (EFIAPI *EFI_ACPI_FIND_PATH)(
IN EFI_ACPI_HANDLE HandleIn,
IN VOID *AcpiPath,
- OUT EFI_ACPI_HANDLE HandleOut
+ OUT EFI_ACPI_HANDLE *HandleOut
);
typedef struct _EFI_ACPI_SDT_PROTOCOL {
|