blob: 7d8a024bb28d5a54ebdb322c5c96a234e355201a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
/* $OpenBSD: intr.h,v 1.8 2009/06/09 01:12:38 deraadt Exp $ */
#include <powerpc/intr.h>
#ifndef _LOCORE
void softtty(void);
void openpic_set_priority(int, int);
#endif
|