TianoCore EDK2 master
Loading...
Searching...
No Matches
AprioriFileName.h
Go to the documentation of this file.
1
14#ifndef __PEI_APRIORI_FILE_NAME_H__
15#define __PEI_APRIORI_FILE_NAME_H__
16
17#define PEI_APRIORI_FILE_NAME_GUID \
18 { 0x1b45cc0a, 0x156a, 0x428a, { 0x62, 0XAF, 0x49, 0x86, 0x4d, 0xa0, 0xe6, 0xe6 } }
19
26typedef struct {
31 EFI_GUID FileNamesWithinVolume[1];
33
34extern EFI_GUID gPeiAprioriFileNameGuid;
35
36#endif
Definition: Base.h:213