diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-10 17:59:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-10 17:59:28 +0000 |
commit | c2240bc25bc2b76da1b93416998817bb03248582 (patch) | |
tree | 1f93f371a8f5ce7d024b6f58cf843b999322fbc9 /sys/arch/vax/bi/bivar.h | |
parent | 796638b2971697dc09865edef3662108b9376553 (diff) |
evcnt & friends were replaced by a proper interrupt counting mechanism 3 years ago; ok miod
Diffstat (limited to 'sys/arch/vax/bi/bivar.h')
-rw-r--r-- | sys/arch/vax/bi/bivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/bi/bivar.h b/sys/arch/vax/bi/bivar.h index ebd21677460..06ce7375958 100644 --- a/sys/arch/vax/bi/bivar.h +++ b/sys/arch/vax/bi/bivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bivar.h,v 1.6 2002/06/11 09:36:23 hugh Exp $ */ +/* $OpenBSD: bivar.h,v 1.7 2007/05/10 17:59:26 deraadt Exp $ */ /* $NetBSD: bivar.h,v 1.8 2000/07/26 12:41:40 ragge Exp $ */ /* * Copyright (c) 1996, 1999 Ludd, University of Lule}, Sweden. @@ -78,4 +78,4 @@ struct bi_list { /* Prototype */ void bi_attach (struct bi_softc *); -void bi_intr_establish (void *, int, void (*)(void *), void *, struct evcnt *); +void bi_intr_establish (void *, int, void (*)(void *), void *); |