]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/IndustryStandard/Acpi.h
MdePkg/BaseLib.h: Update IA32_CR4 structure for 5-level paging
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Acpi.h
1 /** @file
2 This file contains the latest ACPI definitions that are
3 consumed by drivers that do not care about ACPI versions.
4
5 Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
6 Copyright (c) 2019, ARM Ltd. All rights reserved.<BR>
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8
9 **/
10
11 #ifndef _ACPI_H_
12 #define _ACPI_H_
13
14 #include <IndustryStandard/Acpi63.h>
15
16 #endif