summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dptvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/dptvar.h')
-rw-r--r--sys/dev/ic/dptvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/dptvar.h b/sys/dev/ic/dptvar.h
index 736c90e1632..a9c1d4a76ef 100644
--- a/sys/dev/ic/dptvar.h
+++ b/sys/dev/ic/dptvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dptvar.h,v 1.3 2008/11/26 22:03:11 krw Exp $ */
+/* $OpenBSD: dptvar.h,v 1.4 2009/02/16 21:19:06 miod Exp $ */
/* $NetBSD: dptvar.h,v 1.5 1999/10/23 16:26:32 ad Exp $ */
/*
@@ -96,7 +96,7 @@ int dpt_readcfg(struct dpt_softc *);
void dpt_init(struct dpt_softc *, const char *);
void dpt_shutdown(void *);
void dpt_timeout(void *);
-void dpt_minphys(struct buf *);
+void dpt_minphys(struct buf *, struct scsi_link *);
#ifdef __NetBSD__
int dpt_scsi_cmd(struct scsipi_xfer *);
#endif /* __NetBSD__ */