]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type32/MiscBootInformationData.c
ArmPkg: Apply uncrustify changes
[mirror_edk2.git] / ArmPkg / Universal / Smbios / SmbiosMiscDxe / Type32 / MiscBootInformationData.c
1 /** @file
2 Based on files under Nt32Pkg/MiscSubClassPlatformDxe/
3
4 Copyright (c) 2021, NUVIA Inc. All rights reserved.<BR>
5 Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
6 Copyright (c) 2015, Hisilicon Limited. All rights reserved.<BR>
7 Copyright (c) 2015, Linaro Limited. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
9
10 **/
11
12 #include "SmbiosMisc.h"
13
14 //
15 // Static (possibly build generated) Bios Vendor data.
16 //
17 SMBIOS_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 };