XenevaOS
Loading...
Searching...
No Matches
XenevaOS
Boot
include
Ppi
Reset.h
Go to the documentation of this file.
1
21
#ifndef __RESET_PPI_H__
22
#define __RESET_PPI_H__
23
24
#define EFI_PEI_RESET_PPI_GUID \
25
{ \
26
0xef398d58, 0x9dfd, 0x4103, {0xbf, 0x94, 0x78, 0xc6, 0xf4, 0xfe, 0x71, 0x2f } \
27
}
28
29
//
30
// EFI_PEI_RESET_PPI.ResetSystem() is equivalent to the
31
// PEI Service ResetSystem().
32
// It is introduced in PIPeiCis.h.
33
//
34
38
typedef
struct
{
39
EFI_PEI_RESET_SYSTEM
ResetSystem
;
40
}
EFI_PEI_RESET_PPI
;
41
42
extern
EFI_GUID
gEfiPeiResetPpiGuid
;
43
44
#endif
EFI_PEI_RESET_SYSTEM
EFI_STATUS(EFIAPI * EFI_PEI_RESET_SYSTEM)(IN CONST EFI_PEI_SERVICES **PeiServices)
Definition
PiPeiCis.h:610
gEfiPeiResetPpiGuid
EFI_GUID gEfiPeiResetPpiGuid
EFI_PEI_RESET_PPI
Definition
Reset.h:38
EFI_PEI_RESET_PPI::ResetSystem
EFI_PEI_RESET_SYSTEM ResetSystem
Definition
Reset.h:39
GUID
Definition
Base.h:281
Generated by
1.9.8