summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/Acpi.h
diff options
context:
space:
mode:
authorYao, Jiewen <Jiewen.Yao@intel.com>2015-04-21 03:44:17 +0000
committerjyao1 <jyao1@Edk2>2015-04-21 03:44:17 +0000
commit8508fe58c4f25a27c18c56027b768a9525fc7edd (patch)
tree257fce399c222810d46fdde8aa69659668b3b956 /MdePkg/Include/IndustryStandard/Acpi.h
parentedb4cd76c4f9889d61827d817e031614484dd7ec (diff)
downloadedk2-8508fe58c4f25a27c18c56027b768a9525fc7edd.tar.gz
edk2-8508fe58c4f25a27c18c56027b768a9525fc7edd.tar.bz2
edk2-8508fe58c4f25a27c18c56027b768a9525fc7edd.zip
Add ACPI6.0 header file.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <Jiewen.Yao@intel.com> Reviewed-by: "Liming Gao" <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17191 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 48fcf12b8e..be91b0fc35 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 - 2014, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2015, 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/Acpi51.h>
+#include <IndustryStandard/Acpi60.h>
#endif