blob: eb764c296b94a19a1f9d0182aaea4c6417ec502f [file]
/** @file
Copyright (c) 2024, Ampere Computing LLC. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
/**
This function checks whether BMC is ready for transaction or not.
@return TRUE The BMC is ready.
@return FALSE The BMC is not ready.
**/
BOOLEAN
EFIAPI
PlatformBmcReady (
VOID
);