TianoCore EDK2 master
Loading...
Searching...
No Matches
PeiCoreFvLocation.h
Go to the documentation of this file.
1
18#ifndef _EFI_PEI_CORE_FV_LOCATION_H_
19#define _EFI_PEI_CORE_FV_LOCATION_H_
20
24#define EFI_PEI_CORE_FV_LOCATION_GUID \
25 { \
26 0x52888eae, 0x5b10, 0x47d0, {0xa8, 0x7f, 0xb8, 0x22, 0xab, 0xa0, 0xca, 0xf4 } \
27 }
28
32typedef struct {
38
39extern EFI_GUID gEfiPeiCoreFvLocationPpiGuid;
40
41#endif // _EFI_PEI_CORE_FV_LOCATION_H_
Definition: Base.h:213