summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Guid/CapsuleVendor.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Include/Guid/CapsuleVendor.h')
-rw-r--r--MdeModulePkg/Include/Guid/CapsuleVendor.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/MdeModulePkg/Include/Guid/CapsuleVendor.h b/MdeModulePkg/Include/Guid/CapsuleVendor.h
index a97a9b5..8ac5d0c 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_