summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-05-31 09:07:36 +0000
committerpeter <peter@FreeBSD.org>1997-05-31 09:07:36 +0000
commitc0b8239aff3000109517c32f68a6ac4edaafa994 (patch)
tree5c8cd8c4acf65ffb609ad9f34d63b7d1118ff474 /sys/i386/isa/isa_device.h
parent83a98bc0a285351c33042b8845ddaabb8b730bef (diff)
downloadFreeBSD-src-c0b8239aff3000109517c32f68a6ac4edaafa994.zip
FreeBSD-src-c0b8239aff3000109517c32f68a6ac4edaafa994.tar.gz
move intrhand2_t from isa_device.h to machine/types.h - it's used far more
than in the isa dependent code. create intrmask_t in machine/types.h (replaces "intrmask" typedef from sys/interrupt.h) Reviewed by: bde
Diffstat (limited to 'sys/i386/isa/isa_device.h')
-rw-r--r--sys/i386/isa/isa_device.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index 832bf81..dad1f4d 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.39 1997/04/27 21:18:58 fsmp Exp $
+ * $Id: isa_device.h,v 1.40 1997/05/26 14:42:24 se Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
@@ -49,13 +49,6 @@
typedef void inthand_t __P((u_int cs, u_int ef, u_int esp, u_int ss));
/*
- * Usual type of the second (C) part of an interrupt handler. Some bogus
- * ones need the arg to be the interrupt frame (and not a copy of it, which
- * is all that is possible in C).
- */
-typedef void inthand2_t __P((int unit));
-
-/*
* Per device structure.
*
* XXX Note: id_conflicts should either become an array of things we're
OpenPOWER on IntegriCloud