blob: b41aad29b53ba83f30ce329c5eab9c90f9c25845 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $OpenBSD: pcctwofunc.h,v 1.2 2001/12/13 08:55:51 smurph Exp $ */
#ifndef _MVME88K_PCCTWOF_H_
#define _MVME88K_PCCTWOF_H_
int pcctwointr_establish __P((int vec, struct intrhand *ih));
#endif /* _MVME88K_PCCTWO_H_ */
|