mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
DynamicTablesPkg/SsdtSerialPortFixupLib: Switch to ArmGicLib.h
ArmGicArchLib is going away, and preprocessor defines related to the GIC have been moved into ArmGicLib.h instead. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
9bf20991b4
commit
34ab9197a5
@ -31,7 +31,7 @@
|
|||||||
#include <Protocol/ConfigurationManagerProtocol.h>
|
#include <Protocol/ConfigurationManagerProtocol.h>
|
||||||
|
|
||||||
#if defined (MDE_CPU_ARM) || defined (MDE_CPU_AARCH64)
|
#if defined (MDE_CPU_ARM) || defined (MDE_CPU_AARCH64)
|
||||||
#include <Library/ArmGicArchLib.h>
|
#include <Library/ArmGicLib.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** C array containing the compiled AML template.
|
/** C array containing the compiled AML template.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user