TianoCore EDK2 master
Loading...
Searching...
No Matches
CpuPause.c
Go to the documentation of this file.
1
9#include "BaseLibInternals.h"
10
11extern VOID
12RiscVCpuPause (
13 VOID
14 );
15
23VOID
24EFIAPI
26 VOID
27 )
28{
29 RiscVCpuPause ();
30}
VOID EFIAPI CpuPause(VOID)
Definition: CpuPause.c:18