TianoCore EDK2 master
|
#include <DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParser.h>
Data Fields | |
VOID * | Fdt |
VOID * | Context |
Pointer to the caller's context. | |
HW_INFO_ADD_OBJECT | HwInfoAdd |
A structure describing the instance of the FdtHwInfoParser.
Definition at line 20 of file FdtHwInfoParser.h.
VOID* FdtHwInfoParser::Context |
Pointer to the caller's context.
Definition at line 26 of file FdtHwInfoParser.h.
VOID* FdtHwInfoParser::Fdt |
Pointer to the HwDataSource i.e. the Flattened Device Tree (Fdt).
Definition at line 23 of file FdtHwInfoParser.h.
HW_INFO_ADD_OBJECT FdtHwInfoParser::HwInfoAdd |
Function pointer called by the parser when adding information.
Definition at line 30 of file FdtHwInfoParser.h.