TianoCore EDK2
master
Loading...
Searching...
No Matches
BaseResetSystemLibNull.c
Go to the documentation of this file.
1
9
#include <Base.h>
10
11
#include <
Library/ResetSystemLib.h
>
12
#include <
Library/DebugLib.h
>
13
22
VOID
23
EFIAPI
24
ResetCold
(
25
VOID
26
)
27
{
28
ASSERT (
FALSE
);
29
}
30
37
VOID
38
EFIAPI
39
ResetWarm
(
40
VOID
41
)
42
{
43
ASSERT (
FALSE
);
44
}
45
52
VOID
53
EFIAPI
54
ResetShutdown
(
55
VOID
56
)
57
{
58
ASSERT (
FALSE
);
59
}
60
72
VOID
73
EFIAPI
74
ResetPlatformSpecific
(
75
IN
UINTN
DataSize,
76
IN
VOID *ResetData
77
)
78
{
79
ResetCold
();
80
}
81
94
VOID
95
EFIAPI
96
ResetSystem
(
97
IN
EFI_RESET_TYPE
ResetType,
98
IN
EFI_STATUS
ResetStatus,
99
IN
UINTN
DataSize,
100
IN
VOID *ResetData OPTIONAL
101
)
102
{
103
ASSERT (
FALSE
);
104
}
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
ResetWarm
VOID EFIAPI ResetWarm(VOID)
Definition:
BaseResetSystemLibNull.c:39
ResetShutdown
VOID EFIAPI ResetShutdown(VOID)
Definition:
BaseResetSystemLibNull.c:54
ResetSystem
VOID EFIAPI ResetSystem(IN EFI_RESET_TYPE ResetType, IN EFI_STATUS ResetStatus, IN UINTN DataSize, IN VOID *ResetData OPTIONAL)
Definition:
BaseResetSystemLibNull.c:96
ResetPlatformSpecific
VOID EFIAPI ResetPlatformSpecific(IN UINTN DataSize, IN VOID *ResetData)
Definition:
BaseResetSystemLibNull.c:74
ResetCold
VOID EFIAPI ResetCold(VOID)
Definition:
BaseResetSystemLibNull.c:24
FALSE
#define FALSE
Definition:
Base.h:307
IN
#define IN
Definition:
Base.h:279
DebugLib.h
ResetSystemLib.h
EFI_STATUS
RETURN_STATUS EFI_STATUS
Definition:
UefiBaseType.h:29
EFI_RESET_TYPE
EFI_RESET_TYPE
Definition:
UefiMultiPhase.h:132
MdeModulePkg
Library
BaseResetSystemLibNull
BaseResetSystemLibNull.c
Generated on Fri Nov 15 2024 18:01:11 for TianoCore EDK2 by
1.9.6