mirror of https://github.com/acidanthera/audk.git
Add missing EFI_HOB_TYPE_UEFI_CAPSULE value
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9132 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dd5e67644e
commit
2f54e77d63
|
@ -30,6 +30,7 @@
|
||||||
#define EFI_HOB_TYPE_MEMORY_POOL 0x0007
|
#define EFI_HOB_TYPE_MEMORY_POOL 0x0007
|
||||||
#define EFI_HOB_TYPE_FV2 0x0009
|
#define EFI_HOB_TYPE_FV2 0x0009
|
||||||
#define EFI_HOB_TYPE_LOAD_PEIM 0x000A
|
#define EFI_HOB_TYPE_LOAD_PEIM 0x000A
|
||||||
|
#define EFI_HOB_TYPE_UEFI_CAPSULE 0x000B
|
||||||
#define EFI_HOB_TYPE_UNUSED 0xFFFE
|
#define EFI_HOB_TYPE_UNUSED 0xFFFE
|
||||||
#define EFI_HOB_TYPE_END_OF_HOB_LIST 0xFFFF
|
#define EFI_HOB_TYPE_END_OF_HOB_LIST 0xFFFF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue