Update declarations for timeout stuff the same as for the other SCSI

drivers.
This commit is contained in:
Bruce Evans 1994-08-28 16:08:51 +00:00
parent 05e598dc37
commit 8a3a52aaa1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2356

View file

@ -22,7 +22,7 @@
* today: Fri Jun 2 17:21:03 EST 1994
* added 24F support ++sg
*
* $Id: ultra14f.c,v 1.22 1994/08/19 00:32:52 jkh Exp $
* $Id: ultra14f.c,v 1.23 1994/08/27 16:14:22 davidg Exp $
*/
#include <sys/types.h>
@ -264,7 +264,7 @@ int uhaprobe();
int uha_attach();
int uhaintr();
int32 uha_scsi_cmd();
void uha_timeout(caddr_t, int);
timeout_t uha_timeout;
void uha_free_mscp();
int uha_abort();
void uhaminphys();
@ -1277,7 +1277,8 @@ uha_scsi_cmd(xs)
}
void
uha_timeout(caddr_t arg1, int arg2)
uha_timeout(arg1)
void *arg1;
{
struct mscp *mscp = (struct mscp *)arg1;
int unit;