Rename EfiScsiStallSeconds to EFI_SCSI_STALL_SECONDS to follow the naming convention for MACRO.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6444 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12
2008-11-10 12:57:21 +00:00
parent 3ae59f5547
commit d51cf796da
2 changed files with 7 additions and 7 deletions

View File

@@ -1147,7 +1147,7 @@ Returns:
Status = ScsiInquiryCommand (
&ScsiIoDevice->ScsiIo,
EfiScsiStallSeconds (1),
EFI_SCSI_STALL_SECONDS (1),
(VOID *) &SenseData,
&SenseDataLength,
&HostAdapterStatus,