]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscResetCapabilitiesData.c
e3b847f7ce23ad3429cd17bfa5c20deefbafe064
[mirror_edk2.git] / Vlv2TbltDevicePkg / SmBiosMiscDxe / MiscResetCapabilitiesData.c
1 /** @file
2
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8
9
10 Module Name:
11
12 MiscResetCapabilitiesData.c
13
14 Abstract:
15
16 Static data of Reset Capabilities information.
17 Reset Capabilities information is Misc. subclass type 17 and SMBIOS type 23.
18
19
20 **/
21
22
23 #include "CommonHeader.h"
24
25 #include "MiscSubclassDriver.h"
26
27 //
28 // Static (possibly build generated) Bios Vendor data.
29 //
30 MISC_SMBIOS_TABLE_DATA(EFI_MISC_RESET_CAPABILITIES, MiscResetCapabilities)
31 = {
32 { // ResetCapabilities
33 0, // Status
34 0, // BootOption
35 0, // BootOptionOnLimit
36 0, // WatchdogTimerPresent
37 0 // Reserved
38 },
39 0xFFFF, // ResetCount
40 0xFFFF, // ResetLimit
41 0xFFFF, // ResetTimerInterval
42 0xFFFF // ResetTimeout
43 };