mirror of https://github.com/acidanthera/audk.git
Add the missing SMBIOS_TABLE_TYPE42 pointer in SMBIOS_STRUCTURE_POINTER.
Signed-off-by: lzeng14 Reviewed-by: li-elvin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12183 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
63f3161896
commit
884f9295c5
|
@ -2245,6 +2245,7 @@ typedef union {
|
||||||
SMBIOS_TABLE_TYPE39 *Type39;
|
SMBIOS_TABLE_TYPE39 *Type39;
|
||||||
SMBIOS_TABLE_TYPE40 *Type40;
|
SMBIOS_TABLE_TYPE40 *Type40;
|
||||||
SMBIOS_TABLE_TYPE41 *Type41;
|
SMBIOS_TABLE_TYPE41 *Type41;
|
||||||
|
SMBIOS_TABLE_TYPE42 *Type42;
|
||||||
SMBIOS_TABLE_TYPE126 *Type126;
|
SMBIOS_TABLE_TYPE126 *Type126;
|
||||||
SMBIOS_TABLE_TYPE127 *Type127;
|
SMBIOS_TABLE_TYPE127 *Type127;
|
||||||
UINT8 *Raw;
|
UINT8 *Raw;
|
||||||
|
|
Loading…
Reference in New Issue