diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-10 12:56:32 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-10 12:56:32 +0000 |
commit | 3ae59f5547ccc0f396db8f98f976897f85e7cf92 (patch) | |
tree | e2cdeec31b0fb788b988c0f29ca030c29b55f5a9 | |
parent | 814b5c403eba2c2deba6788c1886744f8cb7ef13 (diff) | |
download | edk2-3ae59f5547ccc0f396db8f98f976897f85e7cf92.zip edk2-3ae59f5547ccc0f396db8f98f976897f85e7cf92.tar.gz edk2-3ae59f5547ccc0f396db8f98f976897f85e7cf92.tar.bz2 |
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
-rw-r--r-- | MdePkg/Include/Library/ScsiLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/ScsiLib.h b/MdePkg/Include/Library/ScsiLib.h index 4391adc..7afdeb8 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)
/**
|