xref: /openbsd-src/sys/arch/macppc/include/intr.h (revision 2b0358df1d88d06ef4139321dd05bd5e05d91eaf)
1 /*	$OpenBSD: intr.h,v 1.6 2008/11/21 17:35:52 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