diff options
Diffstat (limited to 'sys/dev/ic/twevar.h')
-rw-r--r-- | sys/dev/ic/twevar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/twevar.h b/sys/dev/ic/twevar.h index 77203b1fdc2..4fe62116691 100644 --- a/sys/dev/ic/twevar.h +++ b/sys/dev/ic/twevar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: twevar.h,v 1.10 2011/04/03 15:49:16 dlg Exp $ */ +/* $OpenBSD: twevar.h,v 1.11 2020/01/26 00:53:31 krw Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -87,6 +87,6 @@ struct twe_softc { #define TWE_UNLOCK(sc, lock) splx(lock) typedef int twe_lock_t; -void tweminphys(struct buf *bp, struct scsi_link *sl); +void twe_minphys(struct buf *bp, struct scsi_link *sl); int twe_attach(struct twe_softc *); int twe_intr(void *); |