diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-05 07:07:13 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-05 07:07:13 +0000 |
commit | 0537d50f856d1878bff03c5636011dc8de097ee2 (patch) | |
tree | 9893e6a5f1209e4d887fbf2da3f63993e962934d /MdeModulePkg/Include/Guid | |
parent | 31f677be83af8da5da724df5abfd816aa34e84b4 (diff) | |
download | edk2-platforms-0537d50f856d1878bff03c5636011dc8de097ee2.tar.xz |
Add Capsule library
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4360 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Guid')
-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_
|