TianoCore EDK2 master
|
#include "SecFsp.h"
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | FspApiCallingCheck (IN UINT8 ApiIdx, IN VOID *ApiParam) |
Copyright (c) 2016 - 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file SecFspApiChk.c.
EFI_STATUS EFIAPI FspApiCallingCheck | ( | IN UINT8 | ApiIdx, |
IN VOID * | ApiParam | ||
) |
This function check the FSP API calling condition.
[in] | ApiIdx | Internal index of the FSP API. |
[in] | ApiParam | Parameter of the FSP API. |
Definition at line 19 of file SecFspApiChk.c.