mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
7c0aa811ec
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
17 lines
407 B
C
17 lines
407 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, ARM Ltd. All rights reserved.<BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
**/
|
|
|
|
#ifndef _ACPI_H_
|
|
#define _ACPI_H_
|
|
|
|
#include <IndustryStandard/Acpi63.h>
|
|
|
|
#endif
|