summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/sysconfunc.h
blob: eab59f3f24c916ccc182b6e8a785b436579e951b (plain)
1
2
3
4
5
6
7
8
/*	$OpenBSD: sysconfunc.h,v 1.2 2002/03/14 01:26:39 millert Exp $	*/

#ifndef _MVME88K_SYSCON_H_
#define _MVME88K_SYSCON_H_

int sysconintr_establish(int vec, struct intrhand *ih);

#endif	/* _MVME88K_SYSCON_H_ */