]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/FvLoadFile.h
according to DataHubSubclass spec, all fields of data record should be naturally...
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / FvLoadFile.h
index eb9090da88b45ef29855b70eaa435c85507e6bf4..3c66b32f1c4b3e3c741f2dd93843beefa9beb8b5 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
@@ -45,7 +45,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 +53,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