From 2ce6de16d594372262006b4743d7c7450aa9a501 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sat, 16 Oct 1993 05:25:21 +0000 Subject: [PATCH] Add isa_establish(), for all it's worth (which is to say, nothing). --- sys/arch/i386/isa/isavar.h | 3 ++- sys/dev/isa/isavar.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/isa/isavar.h b/sys/arch/i386/isa/isavar.h index 37eb85f110ae..f146a037d77c 100644 --- a/sys/arch/i386/isa/isavar.h +++ b/sys/arch/i386/isa/isavar.h @@ -3,7 +3,7 @@ * The Berkeley Software Design Inc. software License Agreement specifies * the terms and conditions for redistribution. * - * BSDI $Id: isavar.h,v 1.2 1993/10/06 12:09:25 mycroft Exp $ + * BSDI $Id: isavar.h,v 1.3 1993/10/16 05:25:21 mycroft Exp $ */ /* @@ -59,6 +59,7 @@ struct intrhand { } *intrhand[16]; void intr_establish __P((int intr, struct intrhand *, enum devclass)); +void isa_establish __P((struct isadev *, struct device *)); /* * software conventions diff --git a/sys/dev/isa/isavar.h b/sys/dev/isa/isavar.h index 37eb85f110ae..f146a037d77c 100644 --- a/sys/dev/isa/isavar.h +++ b/sys/dev/isa/isavar.h @@ -3,7 +3,7 @@ * The Berkeley Software Design Inc. software License Agreement specifies * the terms and conditions for redistribution. * - * BSDI $Id: isavar.h,v 1.2 1993/10/06 12:09:25 mycroft Exp $ + * BSDI $Id: isavar.h,v 1.3 1993/10/16 05:25:21 mycroft Exp $ */ /* @@ -59,6 +59,7 @@ struct intrhand { } *intrhand[16]; void intr_establish __P((int intr, struct intrhand *, enum devclass)); +void isa_establish __P((struct isadev *, struct device *)); /* * software conventions