diff options
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Acpi.h')
-rw-r--r-- | MdePkg/Include/IndustryStandard/Acpi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/Acpi.h b/MdePkg/Include/IndustryStandard/Acpi.h index 05969a36b1..a0610d4a4c 100644 --- a/MdePkg/Include/IndustryStandard/Acpi.h +++ b/MdePkg/Include/IndustryStandard/Acpi.h @@ -4,6 +4,7 @@ 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
**/
@@ -11,6 +12,6 @@ #ifndef _ACPI_H_
#define _ACPI_H_
-#include <IndustryStandard/Acpi64.h>
+#include <IndustryStandard/Acpi65.h>
#endif
|