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
32typedef struct {
35
36extern EFI_GUID gEfiPeiResetPpiGuid;
37
38#endif
VOID EFIAPI ResetSystem(IN EFI_RESET_TYPE ResetType, IN EFI_STATUS ResetStatus, IN UINTN DataSize, IN VOID *ResetData OPTIONAL)
EFI_STATUS(EFIAPI * EFI_PEI_RESET_SYSTEM)(IN CONST EFI_PEI_SERVICES **PeiServices)
Definition: PiPeiCis.h:601
Definition: Base.h:213