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