audk/DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParserInclude.h
Pierre Gondois 5782aef055 DynamicTablesPkg: FdtHwInfoParserLib: Move ArmLib.h to ArmGicCParser.c
ArmLib.h is required only for building GIC in ARM. So, move it to ARM
specific file. Otherwise, FdtHwInfoParserInclude.h being a common header
across architectures will have issue on other architectures.

Suggested-by: Sunil V L <sunilvl@ventanamicro.com>
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
2024-07-29 13:44:55 +00:00

17 lines
403 B
C

/** @file
Include file for Fdt HwInfoParser.
Copyright (c) 2021, ARM Limited. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef FDT_HW_INFO_PARSER_INCLUDE_H_
#define FDT_HW_INFO_PARSER_INCLUDE_H_
#include <Base.h>
#include <libfdt.h>
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
#endif // FDT_HW_INFO_PARSER_INCLUDE_H_