TianoCore EDK2 master
Loading...
Searching...
No Matches
PostBootScriptTable.h
Go to the documentation of this file.
1
12#ifndef _PEI_POST_BOOT_SCRIPT_TABLE_H_
13#define _PEI_POST_BOOT_SCRIPT_TABLE_H_
14
15#define PEI_POST_BOOT_SCRIPT_TABLE_PPI_GUID \
16 {0x88c9d306, 0x900, 0x4eb5, 0x82, 0x60, 0x3e, 0x2d, 0xbe, 0xda, 0x1f, 0x89};
17
18extern EFI_GUID gPeiPostScriptTablePpiGuid;
19
20#endif
Definition: Base.h:213