diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-06-29 02:13:01 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-06-29 02:13:01 +0000 |
commit | f56abcd0d549a363bea4dbc1297fc422f10c15cd (patch) | |
tree | 1a4b4ce5bcbe9cbb543c8cc52a2612f7e1dd80c9 /sys/arch/i386/isa/isa_machdep.h | |
parent | ecd2252f547ee1e4c798be74469378b7e333f8e4 (diff) |
Add and use isa_intr_check().
Diffstat (limited to 'sys/arch/i386/isa/isa_machdep.h')
-rw-r--r-- | sys/arch/i386/isa/isa_machdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/i386/isa/isa_machdep.h b/sys/arch/i386/isa/isa_machdep.h index b86993cfbc6..e74b560af6e 100644 --- a/sys/arch/i386/isa/isa_machdep.h +++ b/sys/arch/i386/isa/isa_machdep.h @@ -107,6 +107,7 @@ struct isabus_attach_args; /* XXX */ void isa_attach_hook __P((struct device *, struct device *, struct isabus_attach_args *)); int isa_intr_alloc __P((isa_chipset_tag_t, int, int, int *)); +int isa_intr_check __P((isa_chipset_tag_t, int, int)); void *isa_intr_establish __P((isa_chipset_tag_t ic, int irq, int type, int level, int (*ih_fun)(void *), void *ih_arg, char *ih_what)); void isa_intr_disestablish __P((isa_chipset_tag_t ic, void *handler)); |