xref: /netbsd-src/sys/arch/sun2/include/intr.h (revision fd5cb0acea84d278e04e640d37ca2398f894991f)
1 /*	$NetBSD: intr.h,v 1.4 2005/01/22 15:36:09 chs Exp $	*/
2 
3 /* These control the software interrupt register. */
4 extern void isr_soft_request(int);
5 extern void isr_soft_clear(int);
6 
7 #include <sun68k/intr.h>
8