TianoCore EDK2 master
Loading...
Searching...
No Matches
MockPlatformPKProtectionLib.c
Go to the documentation of this file.
1
7#include <stdio.h>
8#include <string.h>
9#include <stdarg.h>
10#include <stddef.h>
11#include <setjmp.h>
12#include <cmocka.h>
13
14#include <Uefi.h>
15
30EFIAPI
32 VOID
33 )
34{
35 return (EFI_STATUS)mock ();
36}
EFI_STATUS EFIAPI DisablePKProtection(VOID)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29