CloverBootloader/MdePkg/Include/IndustryStandard/Acpi.h
SergeySlice 4a3b16edce update some definitions from edk2
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
2022-11-26 22:48:09 +03:00

17 lines
414 B
C

/** @file
This file contains the latest ACPI definitions that are
consumed by drivers that do not care about ACPI versions.
Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2019 - 2021, ARM Ltd. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef _ACPI_H_
#define _ACPI_H_
#include <IndustryStandard/Acpi64.h>
#endif