replaced EFI_HOB_TYPE_LOAD_PEIM with EFI_HOB_TYPE_LOAD_PEIM_UNUSED

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9614 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2009-12-25 08:10:43 +00:00
parent 23b0b37473
commit 5429e0034f
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ typedef struct {
EFI_GUID FileName;
} EFI_HOB_FIRMWARE_VOLUME2;
#define EFI_HOB_TYPE_LOAD_PEIM 0x000A
#define EFI_HOB_TYPE_LOAD_PEIM_UNUSED 0x000A
#endif