diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2013-12-04 08:25:46 +0000 |
---|---|---|
committer | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-12-04 08:25:46 +0000 |
commit | b4e7b2d2cd1f5a5856206d2afaf4da2de5a8adc4 (patch) | |
tree | 9437c152b68c8e41c072fd6bc040a310b2f22c7b /MdePkg/Include | |
parent | 060853f7aa578af06a86f20216b1df71a82531ab (diff) | |
download | edk2-platforms-b4e7b2d2cd1f5a5856206d2afaf4da2de5a8adc4.tar.xz |
Correct file header comments for DiskIo2.h.
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14931 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Protocol/DiskIo2.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/MdePkg/Include/Protocol/DiskIo2.h b/MdePkg/Include/Protocol/DiskIo2.h index a6badf231a..6e0665b1dc 100644 --- a/MdePkg/Include/Protocol/DiskIo2.h +++ b/MdePkg/Include/Protocol/DiskIo2.h @@ -1,9 +1,8 @@ /** @file
- Disk IO protocol as defined in the UEFI 2.0 specification.
+ Disk I/O 2 protocol as defined in the UEFI 2.4 specification.
- The Disk IO2 protocol is used to convert block oriented devices into byte
- oriented devices. The Disk IO protocol is intended to layer on top of the
- Block IO protocol.
+ The Disk I/O 2 protocol defines an extension to the Disk I/O protocol to enable
+ non-blocking / asynchronous byte-oriented disk operation.
Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
|