]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppy.h
Rename TimeoutInSeconds to Timeout to avoid confusion.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaFloppyDxe / IsaFloppy.h
index 8adc386e974e95275172f5846fad76db60423832..30a2d7bf0c3c74f1770f1812d1c80e3f1307b674 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Include file for ISA Floppy Driver\r
   \r
-Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -917,18 +917,18 @@ DataOutByte (
 /**\r
   Detect the specified floppy logic drive is busy or not within a period of time.\r
   \r
-  @param FdcDev          Indicate it is drive A or drive B\r
-  @param TimeoutInSeconds the time period for waiting\r
+  @param FdcDev           Indicate it is drive A or drive B\r
+  @param Timeout          The time period for waiting\r
   \r
   @retval EFI_SUCCESS:  The drive and command are not busy\r
   @retval EFI_TIMEOUT:  The drive or command is still busy after a period time that\r
-                        set by TimeoutInSeconds\r
+                        set by Timeout\r
 \r
 **/\r
 EFI_STATUS\r
 FddWaitForBSYClear (\r
   IN FDC_BLK_IO_DEV  *FdcDev,\r
-  IN UINTN           TimeoutInSeconds\r
+  IN UINTN           Timeout\r
   );\r
 \r
 /**\r
@@ -936,7 +936,7 @@ FddWaitForBSYClear (
   \r
   @param  FdcDev Pointer to instance of FDC_BLK_IO_DEV\r
   @param  Dio BOOLEAN:      Indicate the FDC is waiting to write or read\r
-  @param  TimeoutInSeconds UINTN: The time period for waiting\r
+  @param  Timeout           The time period for waiting\r
   \r
   @retval EFI_SUCCESS:  FDC is ready to write or read\r
   @retval EFI_NOT_READY:  FDC is not ready within the specified time period\r
@@ -946,7 +946,7 @@ EFI_STATUS
 FddDRQReady (\r
   IN FDC_BLK_IO_DEV  *FdcDev,\r
   IN BOOLEAN         Dio,\r
-  IN UINTN           TimeoutInSeconds\r
+  IN UINTN           Timeout\r
   );\r
 \r
 /**\r