diff options
Diffstat (limited to 'sys/arch/mvme88k/dev/pcctwofunc.h')
-rw-r--r-- | sys/arch/mvme88k/dev/pcctwofunc.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/arch/mvme88k/dev/pcctwofunc.h b/sys/arch/mvme88k/dev/pcctwofunc.h new file mode 100644 index 00000000000..dfb2a52cf2d --- /dev/null +++ b/sys/arch/mvme88k/dev/pcctwofunc.h @@ -0,0 +1,9 @@ +/* $OpenBSD: pcctwofunc.h,v 1.1 2001/03/08 00:03:14 miod Exp $ */ + +#ifndef _MVME88K_PCCTWO_H_ +#define _MVME88K_PCCTWO_H_ + +int pcctwointr_establish __P((int vec, struct intrhand *ih)); + +#endif /* _MVME88K_PCCTWO_H_ */ + |