blob: 81d1d57b5567d76d0931572eaf8fad9f3cdc1b85 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $OpenBSD: intr.h,v 1.2 2014/04/01 20:42:39 mpi Exp $ */
#include <powerpc/intr.h>
#ifndef _LOCORE
void *intr_establish(int, int, int, int (*)(void *), void *, const char *);
#endif
|