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