Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, English, EBC.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7105 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
#/** @file
|
||||
#
|
||||
# This module lays DiskIo protocol on every blockIo protocol
|
||||
# to provide byte-oriented access to block media.
|
||||
# Module that lays Disk I/O protocol on every Block I/O protocol.
|
||||
#
|
||||
# This module produces Disk I/O protocol to abstract the block accesses
|
||||
# of the Block I/O protocol to a more general offset-length protocol
|
||||
# to provide byte-oriented access to block media. It adds this protocol
|
||||
# to any Block I/O interface that appears in the system that does not
|
||||
# already have a Disk I/O protocol. File systems and other disk access
|
||||
# code utilize the Disk I/O protocol.
|
||||
#
|
||||
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
|
Reference in New Issue
Block a user