summaryrefslogtreecommitdiff
path: root/sys/arch/sun2/include/intr.h
blob: 487ab048278349dd4940e2b24cdf3be61180c930 (plain)
1
2
3
4
5
6
7
/*	$NetBSD: intr.h,v 1.3 2001/06/14 13:12:50 fredette Exp $	*/

/* These control the software interrupt register. */
extern void isr_soft_request __P((int level));
extern void isr_soft_clear __P((int level));

#include <sun68k/intr.h>