]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/LoadImage.h
ISO_639_2_ENTRY_SIZE has been moved to be local.
[mirror_edk2.git] / MdePkg / Include / Ppi / LoadImage.h
index 5d07fd96b8e6eccbe56b230ded405d836701d52b..8eefeec2a2f63b34b9429e4fe88971e166ca1848 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  The file descript the PPI which notifies other drivers \r
+  The file describes the PPI which notifies other drivers \r
   of the PEIM being initialized by the PEI Dispatcher.\r
 \r
   Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
@@ -12,8 +12,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
 \r
 typedef struct _EFI_PEI_LOADED_IMAGE_PPI  EFI_PEI_LOADED_IMAGE_PPI;\r
 \r
-/**\r
-  @par Ppi Description:\r
-  This interface is installed by the PEI Dispatcher after the image has been\r
-  loaded and after all security checks have been performed, \r
-  to notify other PEIMs of the files which are being loaded.\r
-\r
-  @param  ImageAddress  Address of the image at the address where it will be executed.\r
-\r
-  @param  ImageSize     Size of the image as it will be executed.\r
-\r
-  @param  FileHandle    File handle from which the image was loaded. Can be NULL, \r
-                        indicating the image was not loaded from a handle.\r
-\r
-**/\r
+///\r
+/// This interface is installed by the PEI Dispatcher after the image has been\r
+/// loaded and after all security checks have been performed, \r
+/// to notify other PEIMs of the files which are being loaded.\r
+///\r
 struct _EFI_PEI_LOADED_IMAGE_PPI {\r
+  ///\r
+  /// Address of the image at the address where it will be executed.\r
+  ///\r
   EFI_PHYSICAL_ADDRESS  ImageAddress;\r
+  ///\r
+  /// Size of the image as it will be executed.\r
+  ///\r
   UINT64                ImageSize;\r
+  ///\r
+  /// File handle from which the image was loaded.\r
+  /// Can be NULL, indicating the image was not loaded from a handle.\r
+  ///\r
   EFI_PEI_FILE_HANDLE   FileHandle;\r
 };\r
 \r