]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/FwVolDriver.h
Add comments and DoxyGen format for these files.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / FwVolDriver.h
index fe70090630f9f65620cf4a7bd11e772651f6b64c..6469670d0496afd0fcd89f8ad2b8691ee1ed92cd 100644 (file)
@@ -1,6 +1,9 @@
-/*++\r
+/**@file\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
+  Firmware File System protocol. Layers on top of Firmware\r
+  Block protocol to produce a file abstraction of FV based files.\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,16 +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
-  FwVolDriver.h\r
-\r
-Abstract:\r
-\r
-  Firmware File System protocol. Layers on top of Firmware\r
-  Block protocol to produce a file abstraction of FV based files.\r
-\r
---*/\r
+**/\r
 \r
 #ifndef __FWVOL_H\r
 #define __FWVOL_H\r
@@ -33,7 +27,6 @@ typedef struct {
   LIST_ENTRY                      Link;\r
   EFI_FFS_FILE_HEADER             *FfsHeader;\r
   UINTN                           StreamHandle;\r
-  EFI_SECTION_EXTRACTION_PROTOCOL *Sep;\r
 } FFS_FILE_LIST_ENTRY;\r
 \r
 typedef struct {\r