/** @file
The Null PEI Library Implements OcWdt Support.
Copyright (c) 2017, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include
#include
/**
Check for unexpected reset.
If there was an unexpected reset, enforces WDT expiration.
**/
VOID
OcWdtResetCheck (
VOID
)
{
}
/**
This function install WDT PPI
@retval EFI_STATUS Results of the installation of the WDT PPI
**/
EFI_STATUS
EFIAPI
OcWdtInit (
VOID
)
{
return EFI_SUCCESS;
}