diff options
Diffstat (limited to 'sys/dev/isa/i82365_isavar.h')
-rw-r--r-- | sys/dev/isa/i82365_isavar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/i82365_isavar.h b/sys/dev/isa/i82365_isavar.h index d1b854c0493..fad174e6139 100644 --- a/sys/dev/isa/i82365_isavar.h +++ b/sys/dev/isa/i82365_isavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: i82365_isavar.h,v 1.5 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: i82365_isavar.h,v 1.6 2002/03/14 03:16:05 millert Exp $ */ /* $NetBSD: i82365_isavar.h,v 1.1 1998/06/07 18:28:31 sommerfe Exp $ */ /* @@ -38,8 +38,8 @@ extern int npcic_isa_intr_list; * Establish/disestablish interrupts for PCMCIA functions. */ -void *pcic_isa_chip_intr_establish __P((pcmcia_chipset_handle_t, - struct pcmcia_function *, int, int (*) (void *), void *, char *)); +void *pcic_isa_chip_intr_establish(pcmcia_chipset_handle_t, + struct pcmcia_function *, int, int (*) (void *), void *, char *); void pcic_isa_chip_intr_disestablish(pcmcia_chipset_handle_t, void *); /* |