]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/MiscSubClassPlatformDxe/MiscResetCapabilitiesData.c
BaseTools: Hash false success with back to back builds
[mirror_edk2.git] / Nt32Pkg / MiscSubClassPlatformDxe / MiscResetCapabilitiesData.c
CommitLineData
6ae81428 1/**@file\r
8879d432 2\r
8f2a5f80 3Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
9d2eedba 4SPDX-License-Identifier: BSD-2-Clause-Patent\r
8879d432 5\r
6Module Name:\r
7 \r
8 MiscResetCapabilitiesData.c\r
9 \r
10Abstract: \r
11\r
12 This driver parses the mMiscSubclassDataTable structure and reports\r
13 any generated data to the DataHub.\r
14\r
6ae81428 15**/\r
8879d432 16\r
8879d432 17#include "MiscSubclassDriver.h"\r
18\r
19//\r
20// Static (possibly build generated) Bios Vendor data.\r
21//\r
1fdd39d3 22MISC_SMBIOS_TABLE_DATA(EFI_MISC_RESET_CAPABILITIES, MiscResetCapabilities) = {\r
8879d432 23 { // ResetCapabilities\r
24 0, // Status\r
25 0, // BootOption\r
26 0, // BootOptionOnLimit\r
27 0, // WatchdogTimerPresent\r
28 0 // Reserved\r
29 },\r
30 0, // ResetCount\r
31 0, // ResetLimit\r
32 0, // ResetTimerInterval\r
33 0 // ResetTimeout\r
34};\r
35\r
36/* eof - MiscResetCapabilities.c */\r