X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FInclude%2FIndustryStandard%2FAcpi.h;fp=EdkCompatibilityPkg%2FFoundation%2FInclude%2FIndustryStandard%2FAcpi.h;h=0000000000000000000000000000000000000000;hp=18f783ce5f40f49eb5d696e5b6c4c5daa8b5c680;hb=c455bc8c8d78ad51c24426a500914ea32504bf06;hpb=5bca07268acabe7f31407358e875ccf89cb5e386 diff --git a/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/Acpi.h b/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/Acpi.h deleted file mode 100644 index 18f783ce5f..0000000000 --- a/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/Acpi.h +++ /dev/null @@ -1,31 +0,0 @@ -/*++ - -Copyright (c) 2004 - 2007, 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 -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - -Module Name: - - Acpi.h - -Abstract: - - This file contains some basic ACPI definitions that are consumed by drivers - that do not care about ACPI versions. - ---*/ - -#ifndef _ACPI_H_ -#define _ACPI_H_ - -#include "AcpiCommon.h" -#include "Acpi1_0.h" -#include "Acpi2_0.h" -#include "Acpi3_0.h" - -#endif