diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-02 18:55:24 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-02 18:55:24 +0000 |
commit | bcd79f6cfa94c67dda92637159eef0d8dbf4eae0 (patch) | |
tree | fc89d706da79f52049012582c48ca99968dbb980 /sys | |
parent | e4c55f054b8bf9771def3e0ee9d5814b7491c1f5 (diff) |
remove isa_intr_evcnt() prototype. a NetBSD-ism.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm/include/isa_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/include/isa_machdep.h b/sys/arch/arm/include/isa_machdep.h index 97e2c1171c8..c06c8b828ac 100644 --- a/sys/arch/arm/include/isa_machdep.h +++ b/sys/arch/arm/include/isa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.h,v 1.1 2004/02/01 05:09:49 drahn Exp $ */ +/* $OpenBSD: isa_machdep.h,v 1.2 2005/10/02 18:55:23 brad Exp $ */ /* $NetBSD: isa_machdep.h,v 1.3 2002/01/07 22:58:07 chris Exp $ */ /*- @@ -64,7 +64,6 @@ struct isabus_attach_args; /* XXX */ */ void isa_attach_hook(struct device *, struct device *, struct isabus_attach_args *); -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 *name); void isa_intr_disestablish(isa_chipset_tag_t ic, void *handler); |