summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-06-17 16:32:23 +0000
committerkato <kato@FreeBSD.org>1998-06-17 16:32:23 +0000
commite9f7ca5e5c778afc0844024a5d7cf695556f3010 (patch)
tree51abfcc8d1714d56826fac951776d3ac8215dfba /sys/i386/isa/isa_device.h
parentd8d1f07ea93d9b6e010d7710cb5b4a348b687cc3 (diff)
downloadFreeBSD-src-e9f7ca5e5c778afc0844024a5d7cf695556f3010.zip
FreeBSD-src-e9f7ca5e5c778afc0844024a5d7cf695556f3010.tar.gz
Declare bsintr when PC98 is defined.
Diffstat (limited to 'sys/i386/isa/isa_device.h')
-rw-r--r--sys/i386/isa/isa_device.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index 61accbaf..03373b3 100644
--- a/sys/i386/isa/isa_device.h
+++ b/sys/i386/isa/isa_device.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: isa_device.h,v 1.47 1997/09/21 21:41:19 gibbs Exp $
+ * $Id: isa_device.h,v 1.48 1998/06/17 14:58:01 bde Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
@@ -128,6 +128,9 @@ inthand2_t aicintr;
inthand2_t alogintr;
inthand2_t arintr;
inthand2_t ascintr;
+#ifdef PC98
+inthand2_t bsintr;
+#endif
inthand2_t bt_isa_intr;
inthand2_t cxintr;
inthand2_t cyintr;
OpenPOWER on IntegriCloud