]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/TemporaryRamSupport.h
Removed tabs and fixed some minor coding style issues. Also fixed typo in EFI_PEI_ENT...
[mirror_edk2.git] / MdePkg / Include / Ppi / TemporaryRamSupport.h
index 9ecf505aec8d31d907c1adeb1598bbc69a8e5988..97ff7ede821ba016b746cfa3d859ab9f8d1d39da 100644 (file)
 #define __TEMPORARY_RAM_SUPPORT_H__\r
 \r
 #define TEMPORARY_RAM_SUPPORT_PPI_GUID \\r
-       { 0xdbe23aa9, 0xa345, 0x4b97, {0x85, 0xb6, 0xb2, 0x26, 0xf1, 0x61, 0x73, 0x89} }\r
+  { 0xdbe23aa9, 0xa345, 0x4b97, {0x85, 0xb6, 0xb2, 0x26, 0xf1, 0x61, 0x73, 0x89} }\r
 \r
 \r
 /*\r
   This service of the TEMPORARY_RAM_SUPPORT_PPI that migrates temporary RAM into\r
-       permanent memory.\r
+  permanent memory.\r
 \r
-  @param PeiServices                                           Pointer to the PEI Services Table.\r
+  @param PeiServices            Pointer to the PEI Services Table.\r
 \r
-  @param TemporaryMemoryBase           Source Address in temporary memory from which the SEC or PEIM will copy the\r
-                                                                                                                               Temporary RAM contents.\r
+  @param TemporaryMemoryBase    Source Address in temporary memory from which the SEC or PEIM will copy the\r
+                                Temporary RAM contents.\r
 \r
-  @param PermanentMemoryBase           Destination Address in permanent memory into which the SEC or PEIM will copy the\r
-                                                                                                                               Temporary RAM contents.\r
+  @param PermanentMemoryBase    Destination Address in permanent memory into which the SEC or PEIM will copy the\r
+                                Temporary RAM contents.\r
 \r
-  @param CopySize                                                              Amount of memory to migrate from temporary to permanent memory.\r
+  @param CopySize               Amount of memory to migrate from temporary to permanent memory.\r
 \r
 \r
 \r
-       @retval EFI_SUCCESS                                             The data was successfully returned.\r
+  @retval EFI_SUCCESS           The data was successfully returned.\r
 \r
-       @retval EFI_INVALID_PARAMETER PermanentMemoryBase + CopySize >\r
-                                                                                                                               TemporaryMemoryBase when TemporaryMemoryBase >\r
-                                                                                                                               PermanentMemoryBase.\r
+  @retval EFI_INVALID_PARAMETER PermanentMemoryBase + CopySize >\r
+                                TemporaryMemoryBase when TemporaryMemoryBase >\r
+                                PermanentMemoryBase.\r
 \r
 **/\r
 typedef\r
 EFI_STATUS\r
 (EFIAPI * TEMPORARY_RAM_MIGRATION) (\r
-       IN CONST EFI_PEI_SERVICES       **PeiServices,\r
-       IN EFI_PHYSICAL_ADDRESS                 TemporaryMemoryBase,\r
-       IN EFI_PHYSICAL_ADDRESS                 PermanentMemoryBase,\r
-       IN UINTN                                                                                CopySize\r
+  IN CONST EFI_PEI_SERVICES   **PeiServices,\r
+  IN EFI_PHYSICAL_ADDRESS     TemporaryMemoryBase,\r
+  IN EFI_PHYSICAL_ADDRESS     PermanentMemoryBase,\r
+  IN UINTN                    CopySize\r
 );\r
 \r
 \r
 typedef struct {\r
-       TEMPORARY_RAM_MIGRATION         TemporaryRamMigration;\r
+  TEMPORARY_RAM_MIGRATION   TemporaryRamMigration;\r
 } TEMPORARY_RAM_SUPPORT_PPI;\r
 \r
 extern EFI_GUID gEfiPeiTemporaryRamSupportPpiGuid;\r