diff options
Diffstat (limited to 'MdeModulePkg/Include/Guid/CapsuleVendor.h')
-rw-r--r-- | MdeModulePkg/Include/Guid/CapsuleVendor.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MdeModulePkg/Include/Guid/CapsuleVendor.h b/MdeModulePkg/Include/Guid/CapsuleVendor.h index a97a9b546c..8ac5d0cf46 100644 --- a/MdeModulePkg/Include/Guid/CapsuleVendor.h +++ b/MdeModulePkg/Include/Guid/CapsuleVendor.h @@ -37,4 +37,12 @@ Abstract: extern EFI_GUID gEfiCapsuleVendorGuid;
+//
+// Data structure of capsule guid hob
+//
+typedef struct {
+ EFI_PHYSICAL_ADDRESS BaseAddress;
+ UINT32 Length;
+} CAPSULE_HOB_INFO;
+
#endif // #ifndef _EFI_CAPSULE_VENDOR_GUID_H_
|