TianoCore EDK2 master
Loading...
Searching...
No Matches
EnableDisableInterrupts.c
Go to the documentation of this file.
1
14VOID
15EFIAPI
17 VOID
18 )
19{
20 _asm {
21 sti
22 nop
23 nop
24 cli
25 }
26}
VOID EFIAPI EnableDisableInterrupts(VOID)