summaryrefslogtreecommitdiff
path: root/MdePkg/Include/IndustryStandard/Acpi.h
diff options
context:
space:
mode:
authorjyao1 <jyao1@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-30 03:57:39 +0000
committerjyao1 <jyao1@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-30 03:57:39 +0000
commit4a18b92c5f344fe16fca3e2d09dfb107c6acffbc (patch)
tree1d8af46873b30c294634db30afe863d7b37952df /MdePkg/Include/IndustryStandard/Acpi.h
parent5db9d35f079a39eb5cdb733846835ebe8ea93d63 (diff)
downloadedk2-platforms-4a18b92c5f344fe16fca3e2d09dfb107c6acffbc.tar.xz
Add ACPI5.0 header file.
Add missing content for resource descriptor. Move AML definition to AcpiAml.h signed-off-by: jyao1 reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12802 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Acpi.h')
-rw-r--r--MdePkg/Include/IndustryStandard/Acpi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/IndustryStandard/Acpi.h b/MdePkg/Include/IndustryStandard/Acpi.h
index 0d58320f98..0467fce4b4 100644
--- a/MdePkg/Include/IndustryStandard/Acpi.h
+++ b/MdePkg/Include/IndustryStandard/Acpi.h
@@ -2,7 +2,7 @@
This file contains the latest ACPI definitions that are
consumed by drivers that do not care about ACPI versions.
- Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -16,6 +16,6 @@
#ifndef _ACPI_H_
#define _ACPI_H_
-#include <IndustryStandard/Acpi40.h>
+#include <IndustryStandard/Acpi50.h>
#endif