From 0537d50f856d1878bff03c5636011dc8de097ee2 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Wed, 5 Dec 2007 07:07:13 +0000 Subject: Add Capsule library git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4360 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Guid/CapsuleVendor.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'MdeModulePkg/Include/Guid') 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_ -- cgit v1.2.3