]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/FirmwareVolumeInfo.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Ppi / FirmwareVolumeInfo.h
index 2ebf58df6c8fe097957f3f6715ee20329f1cd381..322989170df0aed41f8b532028e3d313fb6ffd7e 100644 (file)
 #ifndef __EFI_PEI_FIRMWARE_VOLUME_INFO_H__\r
 #define __EFI_PEI_FIRMWARE_VOLUME_INFO_H__\r
 \r
-\r
-\r
 #define EFI_PEI_FIRMWARE_VOLUME_INFO_PPI_GUID \\r
 { 0x49edb1c1, 0xbf21, 0x4761, { 0xbb, 0x12, 0xeb, 0x0, 0x31, 0xaa, 0xbb, 0x39 } }\r
 \r
-typedef struct _EFI_PEI_FIRMWARE_VOLUME_INFO_PPI  EFI_PEI_FIRMWARE_VOLUME_INFO_PPI;\r
+typedef struct _EFI_PEI_FIRMWARE_VOLUME_INFO_PPI EFI_PEI_FIRMWARE_VOLUME_INFO_PPI;\r
 \r
 ///\r
 ///  This PPI describes the location and format of a firmware volume.\r
@@ -29,34 +27,33 @@ struct _EFI_PEI_FIRMWARE_VOLUME_INFO_PPI {
   ///\r
   /// Unique identifier of the format of the memory-mapped firmware volume.\r
   ///\r
-  EFI_GUID  FvFormat;\r
+  EFI_GUID    FvFormat;\r
   ///\r
   /// Points to a buffer which allows the EFI_PEI_FIRMWARE_VOLUME_PPI to process\r
   /// the volume. The format of this buffer is specific to the FvFormat.\r
   /// For memory-mapped firmware volumes, this typically points to the first byte\r
   /// of the firmware volume.\r
   ///\r
-  VOID      *FvInfo;\r
+  VOID        *FvInfo;\r
   ///\r
   /// Size of the data provided by FvInfo. For memory-mapped firmware volumes,\r
   /// this is typically the size of the firmware volume.\r
   ///\r
-  UINT32    FvInfoSize;\r
+  UINT32      FvInfoSize;\r
   ///\r
   /// If the firmware volume originally came from a firmware file, then these\r
   /// point to the parent firmware volume name and firmware volume file.\r
   /// If it did not originally come from a firmware file, these should be NULL.\r
   ///\r
-  EFI_GUID  *ParentFvName;\r
+  EFI_GUID    *ParentFvName;\r
   ///\r
   /// If the firmware volume originally came from a firmware file, then these\r
   /// point to the parent firmware volume name and firmware volume file.\r
   /// If it did not originally come from a firmware file, these should be NULL.\r
   ///\r
-  EFI_GUID  *ParentFileName;\r
+  EFI_GUID    *ParentFileName;\r
 };\r
 \r
-extern EFI_GUID gEfiPeiFirmwareVolumeInfoPpiGuid;\r
+extern EFI_GUID  gEfiPeiFirmwareVolumeInfoPpiGuid;\r
 \r
 #endif\r
-\r