Add prototype of isa_intr_alloc().

This commit is contained in:
leo 1999-10-21 15:32:08 +00:00
parent 6b31bde1bb
commit 64f9129eff
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: isa_machdep.h,v 1.5 1999/03/19 05:01:57 cgd Exp $ */
/* $NetBSD: isa_machdep.h,v 1.6 1999/10/21 15:32:08 leo Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -95,6 +95,7 @@ typedef struct {
*/
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 *));
void *isa_intr_establish __P((isa_chipset_tag_t ic, int irq, int type,
int level, int (*)(void *), void *ih_arg));
void isa_intr_disestablish __P((isa_chipset_tag_t ic, void *handler));