]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/BlockIo2.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Ppi / BlockIo2.h
index 0dba6485d9418f20073f70935d9c2ecead19c749..8b811ce3af01ef11d6034e5b9a6887d83ea11cd1 100644 (file)
@@ -28,9 +28,9 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 ///\r
 /// The forward declaration for EFI_PEI_RECOVERY_BLOCK_IO_PPI.\r
 ///\r
-typedef struct _EFI_PEI_RECOVERY_BLOCK_IO2_PPI  EFI_PEI_RECOVERY_BLOCK_IO2_PPI;\r
+typedef struct _EFI_PEI_RECOVERY_BLOCK_IO2_PPI EFI_PEI_RECOVERY_BLOCK_IO2_PPI;\r
 \r
-#define EFI_PEI_RECOVERY_BLOCK_IO2_PPI_REVISION 0x00010000\r
+#define EFI_PEI_RECOVERY_BLOCK_IO2_PPI_REVISION  0x00010000\r
 \r
 typedef struct {\r
   ///\r
@@ -40,28 +40,28 @@ typedef struct {
   /// When more than one sub-type is associated with the interface, sub-type with\r
   /// the smallest number must be used.\r
   ///\r
-  UINT8                      InterfaceType;\r
+  UINT8          InterfaceType;\r
   ///\r
   /// A flag that indicates if media is removable.\r
   ///\r
-  BOOLEAN                    RemovableMedia;\r
+  BOOLEAN        RemovableMedia;\r
   ///\r
   /// A flag that indicates if media is present. This flag is always set for\r
   /// non-removable media devices.\r
   ///\r
-  BOOLEAN                    MediaPresent;\r
+  BOOLEAN        MediaPresent;\r
   ///\r
   /// A flag that indicates if media is read-only.\r
   ///\r
-  BOOLEAN                    ReadOnly;\r
+  BOOLEAN        ReadOnly;\r
   ///\r
   /// The size of a logical block in bytes.\r
   ///\r
-  UINT32                     BlockSize;\r
+  UINT32         BlockSize;\r
   ///\r
   /// The last logical block that the device supports.\r
   ///\r
-  EFI_PEI_LBA                LastBlock;\r
+  EFI_PEI_LBA    LastBlock;\r
 } EFI_PEI_BLOCK_IO2_MEDIA;\r
 \r
 /**\r
@@ -195,23 +195,23 @@ struct _EFI_PEI_RECOVERY_BLOCK_IO2_PPI {
   /// The revision to which the interface adheres.\r
   /// All future revisions must be backwards compatible.\r
   ///\r
-  UINT64                                 Revision;\r
+  UINT64                                   Revision;\r
   ///\r
   /// Gets the number of block I/O devices that the specific block driver manages.\r
   ///\r
-  EFI_PEI_GET_NUMBER_BLOCK_DEVICES2      GetNumberOfBlockDevices;\r
+  EFI_PEI_GET_NUMBER_BLOCK_DEVICES2        GetNumberOfBlockDevices;\r
 \r
   ///\r
   /// Gets the specified media information.\r
   ///\r
-  EFI_PEI_GET_DEVICE_MEDIA_INFORMATION2  GetBlockDeviceMediaInfo;\r
+  EFI_PEI_GET_DEVICE_MEDIA_INFORMATION2    GetBlockDeviceMediaInfo;\r
 \r
   ///\r
   /// Reads the requested number of blocks from the specified block device.\r
   ///\r
-  EFI_PEI_READ_BLOCKS2                   ReadBlocks;\r
+  EFI_PEI_READ_BLOCKS2                     ReadBlocks;\r
 };\r
 \r
-extern EFI_GUID gEfiPeiVirtualBlockIo2PpiGuid;\r
+extern EFI_GUID  gEfiPeiVirtualBlockIo2PpiGuid;\r
 \r
 #endif\r