From b0893d436e5f0487e0bae828af4b9a388280d47a Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 30 Jul 2004 19:02:09 +0000 Subject: Move evcount structures inside struct intrhand, this makes more sense and gives us more counters in the process. Also clean up intrhand structures and usage, especially move them to SLISTs. --- sys/arch/mvme88k/dev/pcctwovar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mvme88k/dev/pcctwovar.h') 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_ */ -- cgit v1.2.3