summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authormhitch <mhitch@NetBSD.org>1996-04-28 06:57:15 +0000
committermhitch <mhitch@NetBSD.org>1996-04-28 06:57:15 +0000
commit810a98153eca2eb53b6ffcb6f9bb17c657b072a4 (patch)
tree8dfad46f8d8d3081b654db3d5a43c7a47bd6a332 /sys
parentc3fa50adb73d6a0ed1b1bd9c54268f6e7c54086c (diff)
Add prototypes for serial and floppy interrupt functions.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amiga/amiga/machdep.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/amiga/amiga/machdep.c b/sys/arch/amiga/amiga/machdep.c
index 35a4535d7d3..49957e35e93 100644
--- a/sys/arch/amiga/amiga/machdep.c
+++ b/sys/arch/amiga/amiga/machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.63 1996/04/27 20:48:52 veego Exp $ */
+/* $NetBSD: machdep.c,v 1.64 1996/04/28 06:57:15 mhitch Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -141,6 +141,12 @@ static void call_sicallbacks __P((void));
void intrhand __P((int));
static void dumpmem __P((int *, int, int));
static char *hexstr __P((int, int));
+#if NSER > 0
+void ser_outintr __P((void));
+#endif
+#if NFD > 0
+void fdintr __P((int));
+#endif
/*
* Declare these as initialized data so we can patch them.