]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/FvLoadFile.h
Minor code enhancement.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / FvLoadFile.h
index eb9090da88b45ef29855b70eaa435c85507e6bf4..5f75a18a6a7bdd2bd7c464926044a7fe6c3c14d8 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Load image file from fv to memory.\r
 \r
-  Copyright (c) 2007, Intel Corporation\r
+  Copyright (c) 2007 - 2009, 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
@@ -10,8 +10,6 @@
   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:  LoadFile.h\r
-\r
   @par Revision Reference:\r
   This PPI is defined in PEI CIS spec Version 0.91.\r
 \r
@@ -45,7 +43,7 @@ typedef struct _EFI_PEI_FV_FILE_LOADER_PPI  EFI_PEI_FV_FILE_LOADER_PPI;
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_PEI_FV_LOAD_FILE)(\r
-  IN EFI_PEI_FV_FILE_LOADER_PPI                 *This,\r
+  IN  EFI_PEI_FV_FILE_LOADER_PPI                *This,\r
   IN  EFI_FFS_FILE_HEADER                       *FfsHeader,\r
   OUT EFI_PHYSICAL_ADDRESS                      *ImageAddress,\r
   OUT UINT64                                    *ImageSize,\r
@@ -53,17 +51,15 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  @par Ppi Description:\r
   This PPI is a pointer to the Load File service. This service will be\r
   published by a PEIM.The PEI Foundation will use this service to\r
-  launch the known non-XIP PE/COFF PEIM images.  This service may\r
+  launch the known non-XIP PE/COFF PEIM images. This service may\r
   depend upon the presence of the EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI.\r
-\r
-  @param FvLoadFile\r
-  Loads a PEIM into memory for subsequent execution\r
-\r
 **/\r
 struct _EFI_PEI_FV_FILE_LOADER_PPI {\r
+  ///\r
+  /// Loads a PEIM into memory for subsequent execution\r
+  ///\r
   EFI_PEI_FV_LOAD_FILE  FvLoadFile;\r
 };\r
 \r