2007-06-19 12:39:04 +02:00
|
|
|
/** @file
|
2007-07-19 07:50:55 +02:00
|
|
|
This file contains the latest ACPI definitions that are
|
|
|
|
consumed by drivers that do not care about ACPI versions.
|
2007-06-19 12:39:04 +02:00
|
|
|
|
2017-07-24 03:38:01 +02:00
|
|
|
Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
|
2021-07-20 16:44:19 +02:00
|
|
|
Copyright (c) 2019 - 2021, ARM Ltd. All rights reserved.<BR>
|
2023-01-17 09:05:52 +01:00
|
|
|
Copyright (c) 2023, Loongson Technology Corporation Limited. All rights reserved.<BR>
|
2019-04-04 01:06:00 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-06-19 12:39:04 +02:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
|
|
|
#ifndef _ACPI_H_
|
|
|
|
#define _ACPI_H_
|
|
|
|
|
2023-01-17 09:05:52 +01:00
|
|
|
#include <IndustryStandard/Acpi65.h>
|
2007-06-19 12:39:04 +02:00
|
|
|
|
|
|
|
#endif
|