]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBootInformationData.c
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / QuarkPlatformPkg / Platform / Dxe / SmbiosMiscDxe / MiscBootInformationData.c
CommitLineData
b303605e
MK
1/** @file\r
2This driver parses the mMiscSubclassDataTable structure and reports\r
3any generated data to the DataHub.\r
4\r
5Copyright (c) 2013-2015 Intel Corporation.\r
6\r
0eb3de2e 7SPDX-License-Identifier: BSD-2-Clause-Patent\r
b303605e
MK
8\r
9\r
10**/\r
11\r
12\r
13#include "CommonHeader.h"\r
14\r
15#include "SmbiosMisc.h"\r
16\r
17\r
18//\r
19// Static (possibly build generated) Bios Vendor data. SMBIOS TYPE 32\r
20//\r
21MISC_SMBIOS_TABLE_DATA(EFI_MISC_BOOT_INFORMATION_STATUS, MiscBootInfoStatus) = {\r
22 EfiBootInformationStatusNoError, // BootInformationStatus\r
23 {0} // BootInformationData\r
24};\r