TianoCore EDK2 master
Loading...
Searching...
No Matches
BlobVerifierNull.c
Go to the documentation of this file.
1
10#include <Library/BaseLib.h>
12
27EFIAPI
29 IN CONST CHAR16 *BlobName,
30 IN CONST VOID *Buf,
31 IN UINT32 BufSize,
32 IN EFI_STATUS FetchStatus
33 )
34{
35 return FetchStatus;
36}
EFI_STATUS EFIAPI VerifyBlob(IN CONST CHAR16 *BlobName, IN CONST VOID *Buf, IN UINT32 BufSize, IN EFI_STATUS FetchStatus)
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29