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