summaryrefslogtreecommitdiff
path: root/sys/dev/tc/tcvar.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/tc/tcvar.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/dev/tc/tcvar.h')
-rw-r--r--sys/dev/tc/tcvar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/tc/tcvar.h b/sys/dev/tc/tcvar.h
index 8d68b170276..7f2dd661a5f 100644
--- a/sys/dev/tc/tcvar.h
+++ b/sys/dev/tc/tcvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcvar.h,v 1.7 2001/06/27 20:23:38 miod Exp $ */
+/* $OpenBSD: tcvar.h,v 1.8 2002/03/14 01:27:03 millert Exp $ */
/* $NetBSD: tcvar.h,v 1.7 1996/10/22 21:37:31 cgd Exp $ */
/*
@@ -91,7 +91,7 @@ struct tcbus_attach_args {
/* TC bus resource management; XXX will move elsewhere eventually. */
void (*tba_intr_establish) __P((struct device *, void *,
tc_intrlevel_t, int (*)(void *), void *));
- void (*tba_intr_disestablish) __P((struct device *, void *));
+ void (*tba_intr_disestablish)(struct device *, void *);
};
/*
@@ -136,7 +136,7 @@ struct tc_builtin {
*/
void tc_intr_establish __P((struct device *, void *, tc_intrlevel_t,
int (*)(void *), void *));
-void tc_intr_disestablish __P((struct device *, void *));
+void tc_intr_disestablish(struct device *, void *);
/*
* Easy to remember names for TurboChannel device locators.