xref: /openbsd-src/sys/arch/macppc/include/intr.h (revision f6aab3d83b51b91c24247ad2c2573574de475a82)
1 /*	$OpenBSD: intr.h,v 1.9 2014/04/01 20:27:14 mpi Exp $	*/
2 
3 #include <powerpc/intr.h>
4 
5 #ifndef _LOCORE
6 extern int intr_shared_edge;
7 
8 void install_extint(void (*handler)(void));
9 void openpic_set_priority(int, int);
10 #endif
11