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:
AJFISH 2007-07-25 23:51:08 +00:00
parent 1223277822
commit d44d2087c5
1 changed files with 1 additions and 0 deletions

View File

@ -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