diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-01 16:50:31 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-01 16:50:31 +0000 |
commit | 2869b7f94df91ba16aa57d4672734800ae82b74b (patch) | |
tree | 7ff741541107738a07cd5b90d67788babecf1eaa /sys/arch/arc/isa | |
parent | 183f91f9b484cd2093badeac2ebaa303500902d6 (diff) |
-Wmissing-prototypes clean
Diffstat (limited to 'sys/arch/arc/isa')
-rw-r--r-- | sys/arch/arc/isa/isabus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/isa/isabus.c b/sys/arch/arc/isa/isabus.c index 9935f1438fc..fbc8ea90884 100644 --- a/sys/arch/arc/isa/isabus.c +++ b/sys/arch/arc/isa/isabus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isabus.c,v 1.13 1998/01/29 14:54:54 pefo Exp $ */ +/* $OpenBSD: isabus.c,v 1.14 1998/03/01 16:50:30 niklas Exp $ */ /* $NetBSD: isa.c,v 1.33 1995/06/28 04:30:51 cgd Exp $ */ /*- @@ -140,7 +140,7 @@ void isabr_intr_disestablish __P((isa_chipset_tag_t, void*)); int isabr_iointr __P((unsigned int, struct clockframe *)); void isabr_initicu __P((void)); void intr_calculatemasks __P((void)); - +int fakeintr __P((void *)); int isabrmatch(parent, cfdata, aux) |