TianoCore EDK2 master
Loading...
Searching...
No Matches
Reset2.h
Go to the documentation of this file.
1
15#ifndef __RESET2_PPI_H__
16#define __RESET2_PPI_H__
17
18#define EFI_PEI_RESET2_PPI_GUID \
19 { \
20 0x6cc45765, 0xcce4, 0x42fd, {0xbc, 0x56, 0x1, 0x1a, 0xaa, 0xc6, 0xc9, 0xa8 } \
21 }
22
26typedef struct _EFI_PEI_RESET2_PPI {
27 EFI_PEI_RESET2_SYSTEM ResetSystem;
29
30extern EFI_GUID gEfiPeiReset2PpiGuid;
31
32#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:620
struct _EFI_PEI_RESET2_PPI EFI_PEI_RESET2_PPI
Definition: Base.h:213