summaryrefslogtreecommitdiff
path: root/DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParserInclude.h
blob: 583f290095d924a5487c38cc603efb1483257526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** @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/ArmLib.h>
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>

#endif // FDT_HW_INFO_PARSER_INCLUDE_H_