summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-10 12:56:32 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-10 12:56:32 +0000
commit3ae59f5547ccc0f396db8f98f976897f85e7cf92 (patch)
treee2cdeec31b0fb788b988c0f29ca030c29b55f5a9 /MdePkg
parent814b5c403eba2c2deba6788c1886744f8cb7ef13 (diff)
downloadedk2-3ae59f5547ccc0f396db8f98f976897f85e7cf92.tar.gz
edk2-3ae59f5547ccc0f396db8f98f976897f85e7cf92.tar.bz2
edk2-3ae59f5547ccc0f396db8f98f976897f85e7cf92.zip
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@6443 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Library/ScsiLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/ScsiLib.h b/MdePkg/Include/Library/ScsiLib.h
index 4391adc812..7afdeb8153 100644
--- a/MdePkg/Include/Library/ScsiLib.h
+++ b/MdePkg/Include/Library/ScsiLib.h
@@ -29,7 +29,7 @@
/// since the value output by this macro is in 100ns unit,
/// not 1us unit (1us = 1000ns)
///
-#define EfiScsiStallSeconds(a) ((a) * EFI_SCSI_STALL_1_SECOND)
+#define EFI_SCSI_STALL_SECONDS(a) ((a) * EFI_SCSI_STALL_1_SECOND)
/**