diff options
Diffstat (limited to 'sys/arch/hp300/dev/frodovar.h')
-rw-r--r-- | sys/arch/hp300/dev/frodovar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/frodovar.h b/sys/arch/hp300/dev/frodovar.h index 6958d75eef9..1377ac8d10c 100644 --- a/sys/arch/hp300/dev/frodovar.h +++ b/sys/arch/hp300/dev/frodovar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: frodovar.h,v 1.2 2002/03/14 01:26:30 millert Exp $ */ +/* $OpenBSD: frodovar.h,v 1.3 2002/03/14 03:15:52 millert Exp $ */ /* $NetBSD: frodovar.h,v 1.1 1997/05/12 08:03:50 thorpej Exp $ */ /* @@ -44,6 +44,6 @@ struct frodo_attach_args { #define frodocf_offset cf_loc[0] #define FRODO_UNKNOWN_OFFSET -1 -void frodo_intr_establish __P((struct device *, int (*func)(void *), - void *, int, int)); +void frodo_intr_establish(struct device *, int (*func)(void *), + void *, int, int); void frodo_intr_disestablish(struct device *, int); |