Add Capsule library

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4360 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2007-12-05 07:07:13 +00:00
parent 31f677be83
commit 0537d50f85
2 changed files with 55 additions and 0 deletions

View File

@@ -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_