summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/isa/isa_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvmeppc/isa/isa_machdep.h')
-rw-r--r--sys/arch/mvmeppc/isa/isa_machdep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvmeppc/isa/isa_machdep.h b/sys/arch/mvmeppc/isa/isa_machdep.h
index 562a793fa1f..7249d0ec941 100644
--- a/sys/arch/mvmeppc/isa/isa_machdep.h
+++ b/sys/arch/mvmeppc/isa/isa_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isa_machdep.h,v 1.2 2002/03/14 01:26:41 millert Exp $ */
+/* $OpenBSD: isa_machdep.h,v 1.3 2002/03/14 03:15:58 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -54,8 +54,8 @@ struct isabus_attach_args; /* XXX */
*/
void isa_attach_hook(struct device *, struct device *,
struct isabus_attach_args *);
-void *isa_intr_establish __P((isa_chipset_tag_t ic, int irq, int type,
- int level, int (*ih_fun)(void *), void *ih_arg, char *ih_what));
+void *isa_intr_establish(isa_chipset_tag_t ic, int irq, int type,
+ int level, int (*ih_fun)(void *), void *ih_arg, char *ih_what);
void isa_intr_disestablish(isa_chipset_tag_t ic, void *handler);
#define __NO_ISA_INTR_CHECK