TianoCore EDK2
master
Loading...
Searching...
No Matches
Reset.h
Go to the documentation of this file.
1
15
#ifndef __RESET_PPI_H__
16
#define __RESET_PPI_H__
17
18
#define EFI_PEI_RESET_PPI_GUID \
19
{ \
20
0xef398d58, 0x9dfd, 0x4103, {0xbf, 0x94, 0x78, 0xc6, 0xf4, 0xfe, 0x71, 0x2f } \
21
}
22
23
//
24
// EFI_PEI_RESET_PPI.ResetSystem() is equivalent to the
25
// PEI Service ResetSystem().
26
// It is introduced in PIPeiCis.h.
27
//
28
32
typedef
struct
{
33
EFI_PEI_RESET_SYSTEM
ResetSystem
;
34
}
EFI_PEI_RESET_PPI
;
35
36
extern
EFI_GUID
gEfiPeiResetPpiGuid;
37
38
#endif
ResetSystem
VOID EFIAPI ResetSystem(IN EFI_RESET_TYPE ResetType, IN EFI_STATUS ResetStatus, IN UINTN DataSize, IN VOID *ResetData OPTIONAL)
Definition:
ArmPsciResetSystemLib.c:149
EFI_PEI_RESET_SYSTEM
EFI_STATUS(EFIAPI * EFI_PEI_RESET_SYSTEM)(IN CONST EFI_PEI_SERVICES **PeiServices)
Definition:
PiPeiCis.h:601
EFI_PEI_RESET_PPI
Definition:
Reset.h:32
GUID
Definition:
Base.h:213
MdePkg
Include
Ppi
Reset.h
Generated on Fri Nov 15 2024 18:01:16 for TianoCore EDK2 by
1.9.6