mirror of https://github.com/acidanthera/audk.git
EFI_FV_FILETYPE_ALL missing from PI specification. Will be added in an errata as its referenced, but not defined.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3443 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1223277822
commit
d44d2087c5
|
@ -37,6 +37,7 @@ typedef UINT8 EFI_FFS_FILE_STATE;
|
|||
//
|
||||
// File Types Definitions
|
||||
//
|
||||
#define EFI_FV_FILETYPE_ALL 0x00
|
||||
#define EFI_FV_FILETYPE_RAW 0x01
|
||||
#define EFI_FV_FILETYPE_FREEFORM 0x02
|
||||
#define EFI_FV_FILETYPE_SECURITY_CORE 0x03
|
||||
|
|
Loading…
Reference in New Issue