diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-03 08:55:36 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-03 08:55:36 +0000 |
commit | 346cf9ace3b51e3d40019ce7f6fee24375f829cc (patch) | |
tree | 7a26175ceed93fcbe9ba3573ef77c9b356ea2e4d /MdeModulePkg/Include/Protocol/DiskInfo.h | |
parent | aa79b0b3799e95bc21e0df32a135cc5a4d749e4b (diff) | |
download | edk2-346cf9ace3b51e3d40019ce7f6fee24375f829cc.tar.gz edk2-346cf9ace3b51e3d40019ce7f6fee24375f829cc.tar.bz2 edk2-346cf9ace3b51e3d40019ce7f6fee24375f829cc.zip |
Code scrub for MdeModule Include header file (Protocol and DEC)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6817 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Protocol/DiskInfo.h')
-rw-r--r-- | MdeModulePkg/Include/Protocol/DiskInfo.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/MdeModulePkg/Include/Protocol/DiskInfo.h b/MdeModulePkg/Include/Protocol/DiskInfo.h index 98ecd7695e..cbbea8f996 100644 --- a/MdeModulePkg/Include/Protocol/DiskInfo.h +++ b/MdeModulePkg/Include/Protocol/DiskInfo.h @@ -1,7 +1,6 @@ /** @file
Disk Info protocol is used to export Inquiry Data for a drive.
- Its needed to support low level formating of drives in a mannor
- thats DOS compatible.
+ It supports low level formating of drives in a DOS compatible manner.
Copyright (c) 2006 - 2008, Intel Corporation. <BR>
All rights reserved. This program and the accompanying materials
@@ -98,8 +97,7 @@ EFI_STATUS );
/**
- Return the results of the Request Sense command to a drive in SenseData.
- Data format of Sense data is defined by the Interface GUID.
+ Return the IDE device information.
@param This Protocol instance pointer.
@param IdeChannel Primary or Secondary
@@ -146,7 +144,7 @@ extern EFI_GUID gEfiDiskInfoUsbInterfaceGuid; extern EFI_GUID gEfiDiskInfoAhciInterfaceGuid;
struct _EFI_DISK_INFO_PROTOCOL {
- EFI_GUID Interface;
+ EFI_GUID Interface; /// The format of the buffers returned by member functions.
EFI_DISK_INFO_INQUIRY Inquiry;
EFI_DISK_INFO_IDENTIFY Identify;
EFI_DISK_INFO_SENSE_DATA SenseData;
|