]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/FwVolDriver.h
MdeModule cleanup for PI:
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / FwVolDriver.h
index fe70090630f9f65620cf4a7bd11e772651f6b64c..27492b8077222d91697832bfe605cee55c154109 100644 (file)
@@ -1,5 +1,7 @@
-/*++\r
-\r
+/**@file\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, 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
@@ -9,16 +11,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 +26,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