xref: /netbsd-src/sys/arch/sun2/include/intr.h (revision fad4c9f71477ae11cea2ee75ec82151ac770a534)
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