TianoCore EDK2 master
Loading...
Searching...
No Matches
CpuPause.c
Go to the documentation of this file.
1
16VOID
17EFIAPI
19 VOID
20 )
21{
22 _asm {
23 pause
24 }
25}
VOID EFIAPI CpuPause(VOID)
Definition: CpuPause.c:18