xref: /netbsd-src/sys/arch/sun2/include/intr.h (revision 1ca5c1b28139779176bd5c13ad7c5f25c0bcd5f8)
1 /*	$NetBSD: intr.h,v 1.3 2001/06/14 13:12:50 fredette Exp $	*/
2 
3 /* These control the software interrupt register. */
4 extern void isr_soft_request __P((int level));
5 extern void isr_soft_clear __P((int level));
6 
7 #include <sun68k/intr.h>
8