summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorjiewen yao <jiewen.yao@intel.com>2016-02-14 13:53:54 +0800
committerHao Wu <hao.a.wu@intel.com>2016-07-04 10:16:13 +0800
commitf654f5ea493abf21089b84057c6358d4026fa8d5 (patch)
tree1576ab02af43d7c97e67f6a1159f75bf5619024b /MdePkg
parentddda043774b30e52064371eb394c610a8ae34efe (diff)
downloadedk2-platforms-f654f5ea493abf21089b84057c6358d4026fa8d5.tar.xz
MdePkg: Update Acpi.h to include 6.1.
Update Acpi.h to include latest Acpi6.1 header file. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com> Reviewed-by: "Gao, Liming" <liming.gao@intel.com> (cherry picked from commit 922db0fddcd27926bd0e43066d8c0ebe00ac53d9)
Diffstat (limited to 'MdePkg')
-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 be91b0fc35..ad8504a98f 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 - 2015, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2016, 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/Acpi60.h>
+#include <IndustryStandard/Acpi61.h>
#endif