TianoCore EDK2 master
Loading...
Searching...
No Matches
X86BaseCpuLibNull.c
Go to the documentation of this file.
1
9#include <Library/CpuLib.h>
10
18VOID
19EFIAPI
21 VOID
22 )
23{
24}
25
31BOOLEAN
32EFIAPI
34 VOID
35 )
36{
37 return FALSE;
38}
39
44UINT32
45EFIAPI
47 VOID
48 )
49{
50 return 0;
51}
52
57UINT8
58EFIAPI
60 VOID
61 )
62{
63 return 0;
64}
#define FALSE
Definition: Base.h:307
VOID EFIAPI InitializeFloatingPointUnits(VOID)
UINT8 EFIAPI GetCpuSteppingId(VOID)
BOOLEAN EFIAPI StandardSignatureIsAuthenticAMD(VOID)
UINT32 EFIAPI GetCpuFamilyModel(VOID)