diff options
Diffstat (limited to 'sys/arch/hppa/isa/isa_machdep.h')
-rw-r--r-- | sys/arch/hppa/isa/isa_machdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/isa/isa_machdep.h b/sys/arch/hppa/isa/isa_machdep.h index e87d4d776de..5be71734498 100644 --- a/sys/arch/hppa/isa/isa_machdep.h +++ b/sys/arch/hppa/isa/isa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.h,v 1.3 2002/03/14 01:26:32 millert Exp $ */ +/* $OpenBSD: isa_machdep.h,v 1.4 2002/03/14 03:15:53 millert Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -42,8 +42,8 @@ struct hppa_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); }; |