summaryrefslogtreecommitdiff
path: root/sys/dev/ic/twevar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/twevar.h')
-rw-r--r--sys/dev/ic/twevar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/twevar.h b/sys/dev/ic/twevar.h
index b0e0f48036c..bc15196ac5a 100644
--- a/sys/dev/ic/twevar.h
+++ b/sys/dev/ic/twevar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: twevar.h,v 1.8 2008/07/24 19:03:08 thib Exp $ */
+/* $OpenBSD: twevar.h,v 1.9 2009/02/16 21:19:07 miod Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -83,6 +83,6 @@ struct twe_softc {
#define TWE_UNLOCK(sc, lock) splx(lock)
typedef int twe_lock_t;
-void tweminphys(struct buf *bp);
+void tweminphys(struct buf *bp, struct scsi_link *sl);
int twe_attach(struct twe_softc *);
int twe_intr(void *);