Last change
on this file since 100307 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
415 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | Include file for Fdt HwInfoParser.
|
---|
3 |
|
---|
4 | Copyright (c) 2021, ARM Limited. All rights reserved.<BR>
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | **/
|
---|
7 |
|
---|
8 | #ifndef FDT_HW_INFO_PARSER_INCLUDE_H_
|
---|
9 | #define FDT_HW_INFO_PARSER_INCLUDE_H_
|
---|
10 |
|
---|
11 | #include <Base.h>
|
---|
12 | #include <libfdt.h>
|
---|
13 | #include <Library/ArmLib.h>
|
---|
14 | #include <Library/DebugLib.h>
|
---|
15 | #include <Library/MemoryAllocationLib.h>
|
---|
16 |
|
---|
17 | #endif // FDT_HW_INFO_PARSER_INCLUDE_H_
|
---|
Note:
See
TracBrowser
for help on using the repository browser.