mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
060853f7aa
commit
b4e7b2d2cd
|
@ -1,9 +1,8 @@
|
||||||
/** @file
|
/** @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
|
The Disk I/O 2 protocol defines an extension to the Disk I/O protocol to enable
|
||||||
oriented devices. The Disk IO protocol is intended to layer on top of the
|
non-blocking / asynchronous byte-oriented disk operation.
|
||||||
Block IO protocol.
|
|
||||||
|
|
||||||
Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
|
|
Loading…
Reference in New Issue