summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
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)
/**