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