1*f334afcfSToomas Soome /** @file
2*f334afcfSToomas Soome   This file contains the latest ACPI definitions that are
3*f334afcfSToomas Soome   consumed by drivers that do not care about ACPI versions.
4*f334afcfSToomas Soome 
5*f334afcfSToomas Soome   Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
6*f334afcfSToomas Soome   Copyright (c) 2019 - 2021, ARM Ltd. All rights reserved.<BR>
7*f334afcfSToomas Soome   SPDX-License-Identifier: BSD-2-Clause-Patent
8*f334afcfSToomas Soome 
9*f334afcfSToomas Soome **/
10*f334afcfSToomas Soome 
11*f334afcfSToomas Soome #ifndef _ACPI_H_
12*f334afcfSToomas Soome #define _ACPI_H_
13*f334afcfSToomas Soome 
14*f334afcfSToomas Soome #include <IndustryStandard/Acpi64.h>
15*f334afcfSToomas Soome 
16*f334afcfSToomas Soome #endif
17