Skip to content

Commit 1d3af4b

Browse files
committed
massage headers
Signed-off-by: Jiaxun Yang <[email protected]>
1 parent d21bf83 commit 1d3af4b

32 files changed

+30810
-2331
lines changed

csmwrap.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
#define _CSM_WRAP_H
33

44
#include <uefi.h>
5-
#include "edk2/Acpi20.h"
5+
6+
#include "edk2/Acpi.h"
67
#include "edk2/Coreboot.h"
78
#include "edk2/E820.h"
8-
#include "edk2/LegacyBios.h"
9+
#include "edk2/LegacyBiosPlatform.h"
910
#include "edk2/LegacyRegion2.h"
11+
#include "edk2/Pci.h"
1012
#include "edk2/PciRootBridgeIo.h"
1113
#include "edk2/PciIo.h"
14+
1215
#include "x86thunk.h"
1316

1417
#define FALSE 0

edk2/Acpi.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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 - 2021, ARM Ltd. All rights reserved.<BR>
7+
Copyright (c) 2023, Loongson Technology Corporation Limited. All rights reserved.<BR>
8+
SPDX-License-Identifier: BSD-2-Clause-Patent
9+
10+
**/
11+
12+
#ifndef _ACPI_H_
13+
#define _ACPI_H_
14+
15+
#include "edk2compat.h"
16+
#include "Acpi65.h"
17+
18+
#endif

0 commit comments

Comments
 (0)