From e4c55f054b8bf9771def3e0ee9d5814b7491c1f5 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 2 Oct 2005 18:41:43 +0000 Subject: remove isa_intr_evcnt() prototype. a NetBSD-ism. ok fgsch@ --- sys/arch/amd64/include/isa_machdep.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/amd64') diff --git a/sys/arch/amd64/include/isa_machdep.h b/sys/arch/amd64/include/isa_machdep.h index 01b139bd707..8d1a2f9199b 100644 --- a/sys/arch/amd64/include/isa_machdep.h +++ b/sys/arch/amd64/include/isa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.h,v 1.2 2005/09/19 01:28:04 deraadt Exp $ */ +/* $OpenBSD: isa_machdep.h,v 1.3 2005/10/02 18:41:42 brad Exp $ */ /* $NetBSD: isa_machdep.h,v 1.2 2003/05/09 23:51:28 fvdl Exp $ */ /*- @@ -110,7 +110,6 @@ struct isabus_attach_args; /* XXX */ void isa_attach_hook(struct device *, struct device *, struct isabus_attach_args *); int isa_intr_alloc(isa_chipset_tag_t, int, int, int *); -const struct evcnt *isa_intr_evcnt(isa_chipset_tag_t ic, int irq); void *isa_intr_establish(isa_chipset_tag_t ic, int irq, int type, int level, int (*ih_fun)(void *), void *ih_arg, char *); void isa_intr_disestablish(isa_chipset_tag_t ic, void *handler); -- cgit v1.2.3