TianoCore EDK2 master
Loading...
Searching...
No Matches
SecFspApiChk.c File Reference
#include "SecFsp.h"

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI FspApiCallingCheck (IN UINT8 ApiIdx, IN VOID *ApiParam)
 

Detailed Description

Copyright (c) 2016 - 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file SecFspApiChk.c.

Function Documentation

◆ FspApiCallingCheck()

EFI_STATUS EFIAPI FspApiCallingCheck ( IN UINT8  ApiIdx,
IN VOID *  ApiParam 
)

This function check the FSP API calling condition.

Parameters
[in]ApiIdxInternal index of the FSP API.
[in]ApiParamParameter of the FSP API.

Definition at line 19 of file SecFspApiChk.c.