diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-08 15:50:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-08 15:50:02 +0000 |
commit | 28787eab9bf7df4cf8f75c9a87b37542dca63305 (patch) | |
tree | 45f065430d5fac827de3841259a43503ff172ba2 /sys/arch/mvmeppc/isa | |
parent | e91cb47aafb1645e5d91634a2ef5b28be2706b87 (diff) |
Strict prototypes, and some KNF touches while there.
Diffstat (limited to 'sys/arch/mvmeppc/isa')
-rw-r--r-- | sys/arch/mvmeppc/isa/isa_machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvmeppc/isa/isa_machdep.c b/sys/arch/mvmeppc/isa/isa_machdep.c index ddbafafe7d1..18d8760304c 100644 --- a/sys/arch/mvmeppc/isa/isa_machdep.c +++ b/sys/arch/mvmeppc/isa/isa_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.c,v 1.4 2002/03/14 01:26:41 millert Exp $ */ +/* $OpenBSD: isa_machdep.c,v 1.5 2002/06/08 15:49:58 miod Exp $ */ /* $NetBSD: isa_machdep.c,v 1.22 1997/06/12 23:57:32 thorpej Exp $ */ #define ISA_DMA_STATS @@ -137,6 +137,7 @@ void *i8259_intr_establish( void * lcv, int irq, int type, int level, int (*ih_fun)(void *), void *ih_arg, char *name); +void openpic_intr_disestablish(void *, void *); int isa_has_been_seen = 0; |