diff options
Diffstat (limited to 'sys/arch/mvme88k/dev/pcctwovar.h')
-rw-r--r-- | sys/arch/mvme88k/dev/pcctwovar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/pcctwovar.h b/sys/arch/mvme88k/dev/pcctwovar.h index 7e4f57fcf7d..70e4a38f17e 100644 --- a/sys/arch/mvme88k/dev/pcctwovar.h +++ b/sys/arch/mvme88k/dev/pcctwovar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcctwovar.h,v 1.1 2004/04/24 19:51:48 miod Exp $ */ +/* $OpenBSD: pcctwovar.h,v 1.2 2004/07/30 19:02:06 miod Exp $ */ /* * Copyright (c) 2004, Miodrag Vallat. * @@ -36,6 +36,6 @@ struct pcctwosoftc { bus_space_handle_t sc_ioh; }; -int pcctwointr_establish(int vec, struct intrhand *ih); +int pcctwointr_establish(int, struct intrhand *, const char *); #endif /* _MVME88K_PCCTWOVAR_H_ */ |