blob: 76015f6de79686571690f6bfa51a7dbd5a9f9af4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $OpenBSD: intr.h,v 1.9 2014/04/01 20:27:14 mpi Exp $ */
#include <powerpc/intr.h>
#ifndef _LOCORE
extern int intr_shared_edge;
void install_extint(void (*handler)(void));
void openpic_set_priority(int, int);
#endif
|