summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/Acpi.h
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2017-07-24 09:38:01 +0800
committerStar Zeng <star.zeng@intel.com>2017-10-10 20:47:24 +0800
commite67b675dedd0087031a43e6a564a0a1d643c12ff (patch)
treecd16b69d167eb73e93e0e4edc6379b736a062d65 /MdePkg/Include/IndustryStandard/Acpi.h
parent3673214c6e0eb94de9e52221cca454a3ba5976ab (diff)
downloadedk2-e67b675dedd0087031a43e6a564a0a1d643c12ff.tar.gz
edk2-e67b675dedd0087031a43e6a564a0a1d643c12ff.tar.bz2
edk2-e67b675dedd0087031a43e6a564a0a1d643c12ff.zip
MdePkg: Add definitions for ACPI 6.2
Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <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 ad8504a98f..7a26da5379 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 - 2016, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2017, 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/Acpi61.h>
+#include <IndustryStandard/Acpi62.h>
#endif