TianoCore EDK2 master
Loading...
Searching...
No Matches
MasterBootMode.h
Go to the documentation of this file.
1
16#ifndef __MASTER_BOOT_MODE_PPI_H__
17#define __MASTER_BOOT_MODE_PPI_H__
18
19#define EFI_PEI_MASTER_BOOT_MODE_PEIM_PPI \
20 { \
21 0x7408d748, 0xfc8c, 0x4ee6, {0x92, 0x88, 0xc4, 0xbe, 0xc0, 0x92, 0xa4, 0x10 } \
22 }
23
24extern EFI_GUID gEfiPeiMasterBootModePpiGuid;
25
26#endif
Definition: Base.h:213