summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/isa/isa_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amiga/isa/isa_machdep.h')
-rw-r--r--sys/arch/amiga/isa/isa_machdep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amiga/isa/isa_machdep.h b/sys/arch/amiga/isa/isa_machdep.h
index 6749560e84f..3b28d6a705d 100644
--- a/sys/arch/amiga/isa/isa_machdep.h
+++ b/sys/arch/amiga/isa/isa_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isa_machdep.h,v 1.5 2002/03/14 01:26:29 millert Exp $ */
+/* $OpenBSD: isa_machdep.h,v 1.6 2002/03/14 03:15:52 millert Exp $ */
/*
* Copyright (c) 1995, 1996 Niklas Hallqvist
@@ -44,8 +44,8 @@ struct amiga_isa_chipset {
void (*ic_attach_hook)(struct device *, struct device *,
struct isabus_attach_args *);
- void *(*ic_intr_establish) __P((void *, int, int, int,
- int (*)(void *), void *, char *));
+ void *(*ic_intr_establish)(void *, int, int, int,
+ int (*)(void *), void *, char *);
void (*ic_intr_disestablish)(void *, void *);
int (*ic_intr_check)(void *, int, int);
};