XenevaOS
Loading...
Searching...
No Matches
Reset2.h
Go to the documentation of this file.
1
21#ifndef __RESET2_PPI_H__
22#define __RESET2_PPI_H__
23
24#define EFI_PEI_RESET2_PPI_GUID \
25 { \
26 0x6cc45765, 0xcce4, 0x42fd, {0xbc, 0x56, 0x1, 0x1a, 0xaa, 0xc6, 0xc9, 0xa8 } \
27 }
28
35
37
38#endif
VOID(EFIAPI * EFI_PEI_RESET2_SYSTEM)(IN EFI_RESET_TYPE ResetType, IN EFI_STATUS ResetStatus, IN UINTN DataSize, IN VOID *ResetData OPTIONAL)
Definition PiPeiCis.h:631
EFI_GUID gEfiPeiReset2PpiGuid
struct _EFI_PEI_RESET2_PPI EFI_PEI_RESET2_PPI
Definition Base.h:281
Definition Reset2.h:32
EFI_PEI_RESET2_SYSTEM ResetSystem
Definition Reset2.h:33