TianoCore EDK2 master
Loading...
Searching...
No Matches
MiscBootInformationData.c
Go to the documentation of this file.
1
12#include "SmbiosMisc.h"
13
14//
15// Static (possibly build generated) Bios Vendor data.
16//
17SMBIOS_MISC_TABLE_DATA (SMBIOS_TABLE_TYPE32, MiscBootInformation) = {
18 { // Hdr
19 EFI_SMBIOS_TYPE_SYSTEM_BOOT_INFORMATION, // Type,
20 0, // Length,
21 0 // Handle
22 },
23 { // Reserved[6]
24 0,
25 0,
26 0,
27 0,
28 0,
29 0
30 },
31 BootInformationStatusNoError // BootInformationStatus
32};