| 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 |