]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/FirmwareVolume.h
Add comments for most of enum data type.
[mirror_edk2.git] / MdePkg / Include / Ppi / FirmwareVolume.h
index 4cb22649d28436a9f9cd8946d5552ccaae4268e9..85320d3143df5c42b97ef086dfd11b0afc4b8dad 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 introduced in PI Version 1.0.\r
 \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