1*bccc5538Smpi /* $OpenBSD: intr.h,v 1.9 2014/04/01 20:27:14 mpi Exp $ */ 252c13d20Sdrahn 352c13d20Sdrahn #include <powerpc/intr.h> 41c49a0a6Skettenis 5c15b811aSdrahn #ifndef _LOCORE 6*bccc5538Smpi extern int intr_shared_edge; 71c49a0a6Skettenis 8*bccc5538Smpi void install_extint(void (*handler)(void)); 95e058f67Sderaadt void openpic_set_priority(int, int); 10c15b811aSdrahn #endif 11