mirror of https://github.com/acidanthera/audk.git
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:
parent
23b0b37473
commit
5429e0034f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue