]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type32/MiscBootInformationData.c
ArmPkg: Apply uncrustify changes
[mirror_edk2.git] / ArmPkg / Universal / Smbios / SmbiosMiscDxe / Type32 / MiscBootInformationData.c
CommitLineData
5905e09c
RC
1/** @file\r
2 Based on files under Nt32Pkg/MiscSubClassPlatformDxe/\r
3\r
4 Copyright (c) 2021, NUVIA Inc. All rights reserved.<BR>\r
5 Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
6 Copyright (c) 2015, Hisilicon Limited. All rights reserved.<BR>\r
7 Copyright (c) 2015, Linaro Limited. All rights reserved.<BR>\r
8 SPDX-License-Identifier: BSD-2-Clause-Patent\r
9\r
10**/\r
11\r
12#include "SmbiosMisc.h"\r
13\r
14//\r
15// Static (possibly build generated) Bios Vendor data.\r
16//\r
429309e0 17SMBIOS_MISC_TABLE_DATA (SMBIOS_TABLE_TYPE32, MiscBootInformation) = {\r
5905e09c 18 { // Hdr\r
429309e0
MK
19 EFI_SMBIOS_TYPE_SYSTEM_BOOT_INFORMATION, // Type,\r
20 0, // Length,\r
21 0 // Handle\r
5905e09c
RC
22 },\r
23 { // Reserved[6]\r
24 0,\r
25 0,\r
26 0,\r
27 0,\r
28 0,\r
29 0\r
30 },\r
31 BootInformationStatusNoError // BootInformationStatus\r
32};\r