TianoCore EDK2 master
Loading...
Searching...
No Matches
DisableInterrupts.c
Go to the documentation of this file.
1
13VOID
14EFIAPI
16 VOID
17 )
18{
19 _asm {
20 cli
21 }
22}
VOID EFIAPI DisableInterrupts(VOID)