]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/BlockIo.h
Correct ECC Error for MdePkg/Include/Protocol and Correct PeCofferLib bug to set...
[mirror_edk2.git] / MdePkg / Include / Protocol / BlockIo.h
index 91c56e7c827d19af7698b6a322a428552d32808c..c42ecc5da01f9023412cb7885c5631e5d354c59f 100644 (file)
@@ -135,28 +135,28 @@ EFI_STATUS
 \r
 **/\r
 typedef struct {\r
-  UINT32  MediaId;    ///< The curent media Id. If the media changes, this value is changed.\r
-  BOOLEAN RemovableMedia;  ///< TRUE if the media is removable; otherwise, FALSE.\r
+  UINT32  MediaId;    /**< The curent media Id. If the media changes, this value is changed.**/\r
+  BOOLEAN RemovableMedia;  /**< TRUE if the media is removable; otherwise, FALSE.**/\r
   BOOLEAN MediaPresent;    /**< TRUE if there is a media currently present in the device;\r
-             othersise, FALSE. THis field shows the media present status\r
-             as of the most recent ReadBlocks() or WriteBlocks() call.\r
-        **/\r
+                             othersise, FALSE. THis field shows the media present status\r
+                             as of the most recent ReadBlocks() or WriteBlocks() call.\r
+                           **/\r
   BOOLEAN LogicalPartition;  /**< TRUE if LBA 0 is the first block of a partition; otherwise\r
-             FALSE. For media with only one partition this would be TRUE.\r
-        **/\r
+                               FALSE. For media with only one partition this would be TRUE.\r
+                             **/\r
   BOOLEAN ReadOnly;    /**< TRUE if the media is marked read-only otherwise, FALSE.\r
-             This field shows the read-only status as of the most recent WriteBlocks () call.\r
-        **/\r
-  BOOLEAN WriteCaching;    ///< TRUE if the WriteBlock () function caches write data.\r
+                            This field shows the read-only status as of the most recent WriteBlocks () call.\r
+                        **/\r
+  BOOLEAN WriteCaching;    /**< TRUE if the WriteBlock () function caches write data.**/\r
 \r
   UINT32  BlockSize;    /**< The intrinsic block size of the device. If the media changes, then\r
-             this field is updated.\r
-        **/\r
-  UINT32  IoAlign;    ///< Supplies the alignment requirement for any buffer to read or write block(s).\r
+                          this field is updated.\r
+                        **/\r
+  UINT32  IoAlign;      /**< Supplies the alignment requirement for any buffer to read or write block(s).**/\r
 \r
   EFI_LBA LastBlock;    /**< The last logical block address on the device.\r
-             If the media changes, then this field is updated.\r
-        **/\r
+                          If the media changes, then this field is updated.\r
+                         **/\r
 } EFI_BLOCK_IO_MEDIA;\r
 \r
 #define EFI_BLOCK_IO_PROTOCOL_REVISION  0x00010000\r