TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/DeviceTreeTableGenerator.h>
Data Fields | |
DT_TABLE_GENERATOR_ID | GeneratorID |
The DT table generator ID. | |
CONST CHAR16 * | Description |
String describing the DT table generator. | |
DT_TABLE_GENERATOR_BUILD_TABLE | BuildDtTable |
DT table build function pointer. | |
DT_TABLE_GENERATOR_FREE_TABLE | FreeTableResources |
The function to free any resources allocated for building the DT table. | |
The DT_TABLE_GENERATOR structure provides an interface that the Table Manager can use to invoke the functions to build DT tables.
Definition at line 121 of file DeviceTreeTableGenerator.h.
DT_TABLE_GENERATOR_BUILD_TABLE DtTableGenerator::BuildDtTable |
DT table build function pointer.
Definition at line 129 of file DeviceTreeTableGenerator.h.
CONST CHAR16* DtTableGenerator::Description |
String describing the DT table generator.
Definition at line 126 of file DeviceTreeTableGenerator.h.
DT_TABLE_GENERATOR_FREE_TABLE DtTableGenerator::FreeTableResources |
The function to free any resources allocated for building the DT table.
Definition at line 132 of file DeviceTreeTableGenerator.h.
DT_TABLE_GENERATOR_ID DtTableGenerator::GeneratorID |
The DT table generator ID.
Definition at line 123 of file DeviceTreeTableGenerator.h.