xref: /netbsd-src/sys/arch/sun2/include/intr.h (revision d48f14661dda8638fee055ba15d35bdfb29b9fa8)
1 /*	$NetBSD: intr.h,v 1.5 2005/12/11 12:19:16 christos 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