summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include/intr.h
blob: ee424cb72248ed0a435a024d74ddc74ba677423f (plain)
1
2
3
4
5
6
7
8
9
/*	$OpenBSD: intr.h,v 1.5 2008/09/18 03:56:25 drahn Exp $	*/

#include <powerpc/intr.h>

#ifndef _LOCORE
void softtty(void);

void openpic_set_priority(int);
#endif