]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DiskIo.h
Code Scrub for Protocol and Ppi Definition
[mirror_edk2.git] / MdePkg / Include / Protocol / DiskIo.h
index 6fb2bcf9465b09aacabcc6b79dbeb57f4539222f..2f15b705540f49548fad9482e68b56ab103805a2 100644 (file)
@@ -5,7 +5,7 @@
   oriented devices. The Disk IO protocol is intended to layer on top of the\r
   Block IO protocol.\r
 \r
-  Copyright (c) 2006, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -100,6 +100,22 @@ EFI_STATUS
 // \r
 #define EFI_DISK_IO_INTERFACE_REVISION  EFI_DISK_IO_PROTOCOL_REVISION\r
 \r
+/**\r
+  @par Protocol Description:\r
+  This protocol is used to abstract Block I/O interfaces.\r
+\r
+  @param Revision \r
+  The revision to which the disk I/O interface adheres. All future\r
+  revisions must be backwards compatible. If a future version is not\r
+  backwards compatible, it is not the same GUID.\r
+\r
+  @param ReadDisk \r
+  Reads data from the disk.\r
+  \r
+  @param WriteDisk \r
+  Writes data to the disk.\r
+\r
+**/\r
 struct _EFI_DISK_IO_PROTOCOL {\r
   UINT64          Revision;\r
   EFI_DISK_READ   ReadDisk;\r