summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/intr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/include/intr.h')
-rw-r--r--sys/arch/mac68k/include/intr.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/mac68k/include/intr.h b/sys/arch/mac68k/include/intr.h
index f96958e377c..37ee5df76b7 100644
--- a/sys/arch/mac68k/include/intr.h
+++ b/sys/arch/mac68k/include/intr.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: intr.h,v 1.8 2003/01/05 01:51:27 miod Exp $ */
-/* $NetBSD: intr.h,v 1.8 1997/11/07 07:33:18 scottr Exp $ */
+/* $OpenBSD: intr.h,v 1.9 2004/11/25 18:32:10 miod Exp $ */
+/* $NetBSD: intr.h,v 1.9 1998/08/12 06:58:42 scottr Exp $ */
/*
* Copyright (C) 1997 Scott Reynolds
@@ -156,6 +156,11 @@ extern volatile u_int8_t ssir;
#define setsoftdtmgr() siron(SIR_DTMGR)
#define setsoftadb() siron(SIR_ADB)
+/* intr.c */
+void intr_establish (int (*)(void *), void *, int);
+void intr_disestablish (int);
+void intr_dispatch (int);
+
/* locore.s */
int spl0(void);
#endif /* _KERNEL */