]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/FirmwareVolumeInfo2.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Ppi / FirmwareVolumeInfo2.h
index f6ad0a813a626923c63b72d523a647f2e59a031f..398c5d09e3fcd32f0513ade9c1c7ab77331378ac 100644 (file)
 #ifndef __EFI_PEI_FIRMWARE_VOLUME_INFO2_H__\r
 #define __EFI_PEI_FIRMWARE_VOLUME_INFO2_H__\r
 \r
-\r
-\r
 #define EFI_PEI_FIRMWARE_VOLUME_INFO2_PPI_GUID \\r
 { 0xea7ca24b, 0xded5, 0x4dad, { 0xa3, 0x89, 0xbf, 0x82, 0x7e, 0x8f, 0x9b, 0x38 } }\r
 \r
-typedef struct _EFI_PEI_FIRMWARE_VOLUME_INFO2_PPI  EFI_PEI_FIRMWARE_VOLUME_INFO2_PPI;\r
+typedef struct _EFI_PEI_FIRMWARE_VOLUME_INFO2_PPI EFI_PEI_FIRMWARE_VOLUME_INFO2_PPI;\r
 \r
 ///\r
 ///  This PPI describes the location and format of a firmware volume.\r
@@ -29,38 +27,37 @@ struct _EFI_PEI_FIRMWARE_VOLUME_INFO2_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
   /// Authentication Status.\r
   ///\r
-  UINT32    AuthenticationStatus;\r
+  UINT32      AuthenticationStatus;\r
 };\r
 \r
-extern EFI_GUID gEfiPeiFirmwareVolumeInfo2PpiGuid;\r
+extern EFI_GUID  gEfiPeiFirmwareVolumeInfo2PpiGuid;\r
 \r
 #endif\r
-\r