blob: b52aad2dc862ae5a256ff19dd839ed2ae0515c08 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $OpenBSD: pcctwofunc.h,v 1.3 2001/12/16 23:49:46 miod Exp $ */
#ifndef _MVME88K_PCCTWO_H_
#define _MVME88K_PCCTWO_H_
int pcctwointr_establish __P((int vec, struct intrhand *ih));
#endif /* _MVME88K_PCCTWO_H_ */
|