summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/Acpi.h
blob: a0610d4a4cc93611a2786d4e8011b61af3cb9c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** @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>
  Copyright (c) 2023, Loongson Technology Corporation Limited. All rights reserved.<BR>
  SPDX-License-Identifier: BSD-2-Clause-Patent

**/

#ifndef _ACPI_H_
#define _ACPI_H_

#include <IndustryStandard/Acpi65.h>

#endif