]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/LoadImage.h
Removed tabs and fixed some minor coding style issues. Also fixed typo in EFI_PEI_ENT...
[mirror_edk2.git] / MdePkg / Include / Ppi / LoadImage.h
index 40fc7ea289bef1f97240511c2e9ad2373470b0d9..eef7bae32cced0b54f254d2daa9ca099e4be1c50 100644 (file)
@@ -1,6 +1,6 @@
 /* @file\r
   The file descript the PPI which notifies other drivers \r
-       of the PEIM being initialized by the PEI Dispatcher.\r
+  of the PEIM being initialized by the PEI Dispatcher.\r
 \r
   Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
 #define __LOADED_IMAGE_PPI_H__\r
 \r
 #define EFI_PEI_LOADED_IMAGE_PPI_GUID \\r
-       { 0xc1fcd448, 0x6300, 0x4458, { 0xb8, 0x64, 0x28, 0xdf, 0x1, 0x53, 0x64, 0xbc } }\r
+  { 0xc1fcd448, 0x6300, 0x4458, { 0xb8, 0x64, 0x28, 0xdf, 0x1, 0x53, 0x64, 0xbc } }\r
 \r
 \r
-typedef struct _EFI_PEI_LOADED_IMAGE_PPI       EFI_PEI_LOADED_IMAGE_PPI;\r
+typedef struct _EFI_PEI_LOADED_IMAGE_PPI  EFI_PEI_LOADED_IMAGE_PPI;\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
+  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
+  @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
 struct _EFI_PEI_LOADED_IMAGE_PPI {\r
-       EFI_PHYSICAL_ADDRESS    ImageAddress;\r
-       UINT64                                                          ImageSize;\r
-       EFI_PEI_FILE_HANDLE     FileHandle;\r
+  EFI_PHYSICAL_ADDRESS  ImageAddress;\r
+  UINT64                ImageSize;\r
+  EFI_PEI_FILE_HANDLE   FileHandle;\r
 };\r
 \r
 \r