TianoCore EDK2 master
Loading...
Searching...
No Matches
FdtParserLib.h
Go to the documentation of this file.
1
8#ifndef FDT_PARSER_LIB_H_
9#define FDT_PARSER_LIB_H_
10
20EFIAPI
22 IN VOID *FdtBase
23 );
24
31UINT64
32EFIAPI
34 IN VOID *FdtBase
35 );
36
44EFIAPI
46 IN VOID *FdtBase,
47 IN VOID *HostList
48 );
49
59EFIAPI
61 IN VOID *FdtBase
62 );
63
64#endif
UINT64 UINTN
UINT64 EFIAPI FdtNodeParser(IN VOID *FdtBase)
UINTN EFIAPI UplInitHob(IN VOID *FdtBase)
UINTN EFIAPI CustomFdtNodeParser(IN VOID *FdtBase, IN VOID *HostList)
UINTN EFIAPI ParseDtb(IN VOID *FdtBase)
Definition: FdtParserLib.c:792
#define IN
Definition: Base.h:279