From 922db0fddcd27926bd0e43066d8c0ebe00ac53d9 Mon Sep 17 00:00:00 2001 From: jiewen yao Date: Sun, 14 Feb 2016 13:53:54 +0800 Subject: [PATCH] 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" Reviewed-by: "Gao, Liming" --- MdePkg/Include/IndustryStandard/Acpi.h | 4 ++-- 1 file 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.
+ Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
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 +#include #endif -- 2.39.2