blob: 9be2d17309b2fe81d2c59e9afa73393d42e88a13 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $OpenBSD: busswfunc.h,v 1.4 2002/03/14 01:26:39 millert Exp $ */
#ifndef _MVME88K_BUSSWF_H_
#define _MVME88K_BUSSWF_H_
int busswintr_establish(int vec, struct intrhand *ih);
#endif /* _MVME88K_PCCTWO_H_ */
|