summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include/intr.h
blob: c881dc54add3d609fdd382d7cc993472bc9e5768 (plain)
1
2
3
4
5
6
7
8
9
/*	$OpenBSD: intr.h,v 1.6 2008/11/21 17:35:52 deraadt Exp $	*/

#include <powerpc/intr.h>

#ifndef _LOCORE
void softtty(void);

void openpic_set_priority(int, int);
#endif