]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/FvLoadFile.h
Grammatical and disclaimer changes (does not follow internal C coding stds.)
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / FvLoadFile.h
index 5f75a18a6a7bdd2bd7c464926044a7fe6c3c14d8..b444246772091cf1bc88acf9cd89ac9203f5fe90 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
   Load image file from fv to memory.\r
 \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
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  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
+Copyright (c) 2007 - 2010, Intel Corporation.  All rights reserved<BR>\r
+This program and the accompanying materials are licensed and made available under \r
+the terms and conditions of the BSD License that accompanies this distribution.  \r
+The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php.                                          \r
+    \r
+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
   @par Revision Reference:\r
   This PPI is defined in PEI CIS spec Version 0.91.\r
@@ -29,10 +29,10 @@ typedef struct _EFI_PEI_FV_FILE_LOADER_PPI  EFI_PEI_FV_FILE_LOADER_PPI;
   Loads a PEIM into memory for subsequent execution.\r
 \r
   @param  This           Interface pointer that implements the Load File PPI instance.\r
-  @param  FfsHeader      Pointer to the FFS header of the file to load.\r
-  @param  ImageAddress   Pointer to the address of the loaded Image\r
-  @param  ImageSize      Pointer to the size of the loaded image.\r
-  @param  EntryPoint     Pointer to the entry point of the image.\r
+  @param  FfsHeader      The pointer to the FFS header of the file to load.\r
+  @param  ImageAddress   The pointer to the address of the loaded Image\r
+  @param  ImageSize      The pointer to the size of the loaded image.\r
+  @param  EntryPoint     The pointer to the entry point of the image.\r
 \r
   @retval EFI_SUCCESS           The image was loaded successfully.\r
   @retval EFI_OUT_OF_RESOURCES  There was not enough memory.\r
@@ -52,13 +52,13 @@ EFI_STATUS
 \r
 /**\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
+  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
   depend upon the presence of the EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI.\r
 **/\r
 struct _EFI_PEI_FV_FILE_LOADER_PPI {\r
   ///\r
-  /// Loads a PEIM into memory for subsequent execution\r
+  /// Loads a PEIM into memory for subsequent execution.\r
   ///\r
   EFI_PEI_FV_LOAD_FILE  FvLoadFile;\r
 };\r