]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/Capsule.h
Code scrube for MdeModule Definitions.
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / Capsule.h
index 1af0b65f9d28fd5e0e4f3f717d05ef905371d6d6..7c8e258137855cdadb3f4fcbbc613ce8a66d775e 100644 (file)
@@ -1,6 +1,9 @@
-/*++\r
+/** @file\r
 \r
-Copyright (c) 2006 - 2007, Intel Corporation\r
+  Capsule Architectural Protocol is responsible to tag UEFI2.0 capsule runtime services\r
+  are ready in EFI_RUNTIME_SERVICES.\r
+\r
+Copyright (c) 2006 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -9,15 +12,7 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-Module Name:\r
-\r
-  Capsule.h\r
-\r
-Abstract:\r
-\r
-  Capsule Architectural Protocol is newly added to produce UEFI2.0 capsule runtime services.\r
-\r
---*/\r
+**/\r
 \r
 #ifndef __ARCH_PROTOCOL_CAPSULE_ARCH_H__\r
 #define __ARCH_PROTOCOL_CAPSULE_ARCH_H__\r
@@ -30,10 +25,4 @@ Abstract:
 \r
 extern EFI_GUID gEfiCapsuleArchProtocolGuid;\r
 \r
-typedef struct {\r
-  UINT32   CapsuleArrayNumber;\r
-  VOID*    CapsulePtr[1];\r
-} EFI_CAPSULE_TABLE;\r
-\r
-\r
 #endif\r