]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/EraseBlock.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / EraseBlock.h
index cb809c17367486ae6661fe18b00f73cdc199b0dc..bfa5921400aab3550c011dbd6ea3b5aa0e572dea 100644 (file)
@@ -19,7 +19,7 @@
 \r
 typedef struct _EFI_ERASE_BLOCK_PROTOCOL EFI_ERASE_BLOCK_PROTOCOL;\r
 \r
-#define EFI_ERASE_BLOCK_PROTOCOL_REVISION ((2<<16) | (60))\r
+#define EFI_ERASE_BLOCK_PROTOCOL_REVISION  ((2<<16) | (60))\r
 \r
 ///\r
 /// EFI_ERASE_BLOCK_TOKEN\r
@@ -30,11 +30,11 @@ typedef struct {
   // non-blocking I/O is supported, then non-blocking I/O is performed, and\r
   // Event will be signaled when the erase request is completed.\r
   //\r
-  EFI_EVENT             Event;\r
+  EFI_EVENT     Event;\r
   //\r
   // Defines whether the signaled event encountered an error.\r
   //\r
-  EFI_STATUS            TransactionStatus;\r
+  EFI_STATUS    TransactionStatus;\r
 } EFI_ERASE_BLOCK_TOKEN;\r
 \r
 /**\r
@@ -66,7 +66,7 @@ typedef struct {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_BLOCK_ERASE) (\r
+(EFIAPI *EFI_BLOCK_ERASE)(\r
   IN     EFI_ERASE_BLOCK_PROTOCOL      *This,\r
   IN     UINT32                        MediaId,\r
   IN     EFI_LBA                       LBA,\r
@@ -85,15 +85,15 @@ struct _EFI_ERASE_BLOCK_PROTOCOL {
   // revisions must be backwards compatible. If a future version is not\r
   // backwards compatible, it is not the same GUID.\r
   //\r
-  UINT64                     Revision;\r
+  UINT64             Revision;\r
   //\r
   // Returns the erase length granularity as a number of logical blocks. A\r
   // value of 1 means the erase granularity is one logical block.\r
   //\r
-  UINT32                     EraseLengthGranularity;\r
-  EFI_BLOCK_ERASE            EraseBlocks;\r
+  UINT32             EraseLengthGranularity;\r
+  EFI_BLOCK_ERASE    EraseBlocks;\r
 };\r
 \r
-extern EFI_GUID gEfiEraseBlockProtocolGuid;\r
+extern EFI_GUID  gEfiEraseBlockProtocolGuid;\r
 \r
 #endif\r