/** @file
The Null PEI Library Implements OcWdt Support.
Copyright (c) 2019 Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include
/**
This function install WDT PPI
@retval EFI_STATUS Results of the installation of the WDT PPI
**/
EFI_STATUS
EFIAPI
OcWdtInit (
VOID
)
{
return EFI_SUCCESS;
}