]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/FirmwareVolume.h
Update EFI_PEI_FIRMWARE_VOLUME_PPI.FindFileByName function declaration to align to...
[mirror_edk2.git] / MdePkg / Include / Ppi / FirmwareVolume.h
index 4cb22649d28436a9f9cd8946d5552ccaae4268e9..81c739027f9a6f01514bcf325999618d0621aeb2 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This file provides functions for accessing a memory-mapped firmware volume of a specific format.\r
 \r
-  Copyright (c) 2006 - 2007, Intel Corporation                                                         \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
@@ -11,8 +11,7 @@
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
   @par Revision Reference:\r
-  This PPI is defined in PI.\r
-  Version 1.00\r
+  This PPI is from PI Version 1.0 errata.\r
 \r
 **/\r
 \r
@@ -122,7 +121,7 @@ EFI_STATUS
 (EFIAPI *EFI_PEI_FV_FIND_FILE_NAME)(\r
   IN  CONST  EFI_PEI_FIRMWARE_VOLUME_PPI *This,\r
   IN  CONST  EFI_GUID                    *FileName,\r
-  IN  EFI_PEI_FV_HANDLE                  FvHandle,\r
+  IN  EFI_PEI_FV_HANDLE                  *FvHandle,\r
   OUT EFI_PEI_FILE_HANDLE                *FileHandle\r
 );\r
 \r
@@ -208,29 +207,11 @@ EFI_STATUS
 /// This PPI provides functions for accessing a memory-mapped firmware volume of a specific format.\r
 ///\r
 struct _EFI_PEI_FIRMWARE_VOLUME_PPI {\r
-  ///\r
-  /// Process a firmware volume and create a volume handle.\r
-  ///\r
   EFI_PEI_FV_PROCESS_FV       ProcessVolume;\r
-  ///\r
-  /// Find all files of a specific type.\r
-  ///\r
   EFI_PEI_FV_FIND_FILE_TYPE   FindFileByType;\r
-  ///\r
-  /// Find the file with a specific name.\r
-  ///\r
   EFI_PEI_FV_FIND_FILE_NAME   FindFileByName;\r
-  ///\r
-  /// Return the information about a specific file.\r
-  ///\r
   EFI_PEI_FV_GET_FILE_INFO    GetFileInfo;\r
-  ///\r
-  /// Return the firmware volume attributes.\r
-  ///\r
   EFI_PEI_FV_GET_INFO         GetVolumeInfo;\r
-  ///\r
-  /// Find all sections of a specific type.\r
-  ///\r
   EFI_PEI_FV_FIND_SECTION     FindSectionByType;\r
 };\r
 \r