/** @file Copyright (c) 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef __TCO_WDT_HOB_H__ #define __TCO_WDT_HOB_H__ #include #define TCO_WDT_HOB_GUID \ { \ 0x3e405418, 0xd8c, 0x4f1a, { 0xb0, 0x55, 0xbe, 0xf9, 0x8, 0x41, 0x46, 0x8d } \ } typedef struct { EFI_HOB_GUID_TYPE Header; UINT8 TcoRebootHappened; } TCO_WDT_HOB; #endif