TianoCore EDK2 master
Loading...
Searching...
No Matches
MigrateTempRam.h
Go to the documentation of this file.
1
13#ifndef PEI_MIGRATE_TEMP_RAM_PPI_H_
14#define PEI_MIGRATE_TEMP_RAM_PPI_H_
15
16#define EFI_PEI_MIGRATE_TEMP_RAM_PPI_GUID \
17 { \
18 0xc79dc53b, 0xafcd, 0x4a6a, {0xad, 0x94, 0xa7, 0x6a, 0x3f, 0xa9, 0xe9, 0xc2 } \
19 }
20
21extern EFI_GUID gEdkiiPeiMigrateTempRamPpiGuid;
22
23#endif
Definition: Base.h:213