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