xref: /openbsd-src/sys/arch/macppc/include/intr.h (revision d13be5d47e4149db2549a9828e244d59dbc43f15)
1 /*	$OpenBSD: intr.h,v 1.8 2009/06/09 01:12:38 deraadt Exp $	*/
2 
3 #include <powerpc/intr.h>
4 
5 #ifndef _LOCORE
6 void softtty(void);
7 
8 void openpic_set_priority(int, int);
9 #endif
10