diff options
Diffstat (limited to 'sys/dev/ic/iha.h')
-rw-r--r-- | sys/dev/ic/iha.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/iha.h b/sys/dev/ic/iha.h index 455471d7759..80a2034815d 100644 --- a/sys/dev/ic/iha.h +++ b/sys/dev/ic/iha.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iha.h,v 1.15 2004/01/19 00:44:33 krw Exp $ */ +/* $OpenBSD: iha.h,v 1.16 2009/02/16 21:19:06 miod Exp $ */ /*------------------------------------------------------------------------- * * Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller. @@ -424,7 +424,7 @@ struct iha_nvram { int iha_scsi_cmd(struct scsi_xfer *); int iha_intr(void *); -void iha_minphys(struct buf *); +void iha_minphys(struct buf *, struct scsi_link *); int iha_init_tulip(struct iha_softc *); |