TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/SmbiosTableGenerator.h>
Data Fields | |
SMBIOS_TABLE_GENERATOR_ID | GeneratorID |
The SMBIOS table generator ID. | |
CONST CHAR16 * | Description |
SMBIOS_TYPE | Type |
The SMBIOS table type. | |
SMBIOS_TABLE_GENERATOR_BUILD_TABLE | BuildSmbiosTable |
SMBIOS table build function pointer. | |
SMBIOS_TABLE_GENERATOR_FREE_TABLE | FreeTableResources |
The SMBIOS_TABLE_GENERATOR structure provides an interface that the Table Manager can use to invoke the functions to build SMBIOS tables.
Definition at line 174 of file SmbiosTableGenerator.h.
SMBIOS_TABLE_GENERATOR_BUILD_TABLE SmbiosTableGenerator::BuildSmbiosTable |
SMBIOS table build function pointer.
Definition at line 186 of file SmbiosTableGenerator.h.
CONST CHAR16* SmbiosTableGenerator::Description |
String describing the DT table generator.
Definition at line 180 of file SmbiosTableGenerator.h.
SMBIOS_TABLE_GENERATOR_FREE_TABLE SmbiosTableGenerator::FreeTableResources |
The function to free any resources allocated for building the SMBIOS table.
Definition at line 191 of file SmbiosTableGenerator.h.
SMBIOS_TABLE_GENERATOR_ID SmbiosTableGenerator::GeneratorID |
The SMBIOS table generator ID.
Definition at line 176 of file SmbiosTableGenerator.h.
SMBIOS_TYPE SmbiosTableGenerator::Type |
The SMBIOS table type.
Definition at line 183 of file SmbiosTableGenerator.h.