diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-02 18:41:43 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-02 18:41:43 +0000 |
commit | e4c55f054b8bf9771def3e0ee9d5814b7491c1f5 (patch) | |
tree | fe9934c723f54091b56e6d62c2fbf4fa22b00737 /sys | |
parent | 7a526169937ddcbc36288b52e32f3ac35e87c76d (diff) |
remove isa_intr_evcnt() prototype. a NetBSD-ism.
ok fgsch@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/include/isa_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
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); |