TianoCore EDK2 master
Loading...
Searching...
No Matches
RepublishSecPpi.h
Go to the documentation of this file.
1
17#ifndef __REPUBLISH_SEC_PPI_H__
18#define __REPUBLISH_SEC_PPI_H__
19
20#include <Pi/PiPeiCis.h>
21
22#define REPUBLISH_SEC_PPI_PPI_GUID \
23 { \
24 0x27a71b1e, 0x73ee, 0x43d6, { 0xac, 0xe3, 0x52, 0x1a, 0x2d, 0xc5, 0xd0, 0x92 } \
25 }
26
28
39typedef
42 VOID
43 );
44
50};
51
52extern EFI_GUID gRepublishSecPpiPpiGuid;
53
54#endif
EFI_STATUS(EFIAPI * REPUBLISH_SEC_PPI_REPUBLISH_SEC_PPIS)(VOID)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
Definition: Base.h:213