DynamicTablesPkg[all]  1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
DtTableGenerator Struct Reference

Data Fields

DT_TABLE_GENERATOR_ID GeneratorID
 The DT table generator ID. More...
 
CONST CHAR16 * Description
 String describing the DT table generator. More...
 
DT_TABLE_GENERATOR_BUILD_TABLE BuildDtTable
 DT table build function pointer. More...
 
DT_TABLE_GENERATOR_FREE_TABLE FreeTableResources
 The function to free any resources allocated for building the DT table. More...
 

Detailed Description

The DT_TABLE_GENERATOR structure provides an interface that the Table Manager can use to invoke the functions to build DT tables.

Field Documentation

DT_TABLE_GENERATOR_BUILD_TABLE DtTableGenerator::BuildDtTable

DT table build function pointer.

CONST CHAR16* DtTableGenerator::Description

String describing the DT table generator.

DT_TABLE_GENERATOR_FREE_TABLE DtTableGenerator::FreeTableResources

The function to free any resources allocated for building the DT table.

DT_TABLE_GENERATOR_ID DtTableGenerator::GeneratorID

The DT table generator ID.