summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/Acpi.h
diff options
context:
space:
mode:
authorjiewen yao <jiewen.yao@intel.com>2016-02-14 13:53:54 +0800
committerjiewen yao <jiewen.yao@intel.com>2016-02-14 14:06:31 +0800
commit922db0fddcd27926bd0e43066d8c0ebe00ac53d9 (patch)
treedf631f80b6d72a20c5cc5b7c972477f857bd6058 /MdePkg/Include/IndustryStandard/Acpi.h
parentf2e4f2fc066710a14b9d156801dddc69926397fe (diff)
downloadedk2-922db0fddcd27926bd0e43066d8c0ebe00ac53d9.tar.gz
edk2-922db0fddcd27926bd0e43066d8c0ebe00ac53d9.tar.bz2
edk2-922db0fddcd27926bd0e43066d8c0ebe00ac53d9.zip
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>
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 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