TianoCore EDK2 master
Loading...
Searching...
No Matches
UnitTestUefiBootServicesTableLibTpl.c
Go to the documentation of this file.
1
10
21EFIAPI
23 IN EFI_TPL NewTpl
24 )
25{
26 return TPL_APPLICATION;
27}
28
36VOID
37EFIAPI
39 IN EFI_TPL NewTpl
40 )
41{
42 return;
43}
#define IN
Definition: Base.h:279
UINTN EFI_TPL
Definition: UefiBaseType.h:41
EFI_TPL EFIAPI UnitTestRaiseTpl(IN EFI_TPL NewTpl)
VOID EFIAPI UnitTestRestoreTpl(IN EFI_TPL NewTpl)