summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Protocol
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2007-11-16 10:14:34 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2007-11-16 10:14:34 +0000
commitd12f75fee2579c7d6087f02bdca4715786f67d70 (patch)
tree7d60e1e97657accc6da852885546ab34e85f7394 /MdeModulePkg/Include/Protocol
parent3076397e4b8f6baaea994da79b3c4e934a5f31d7 (diff)
downloadedk2-d12f75fee2579c7d6087f02bdca4715786f67d70.zip
edk2-d12f75fee2579c7d6087f02bdca4715786f67d70.tar.gz
edk2-d12f75fee2579c7d6087f02bdca4715786f67d70.tar.bz2
Add CapsuleInfo guid to store the list of capsule image guid.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4299 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Protocol')
-rw-r--r--MdeModulePkg/Include/Protocol/Capsule.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/MdeModulePkg/Include/Protocol/Capsule.h b/MdeModulePkg/Include/Protocol/Capsule.h
index 1af0b65..aeeb903 100644
--- a/MdeModulePkg/Include/Protocol/Capsule.h
+++ b/MdeModulePkg/Include/Protocol/Capsule.h
@@ -30,10 +30,4 @@ Abstract:
extern EFI_GUID gEfiCapsuleArchProtocolGuid;
-typedef struct {
- UINT32 CapsuleArrayNumber;
- VOID* CapsulePtr[1];
-} EFI_CAPSULE_TABLE;
-
-
#endif