summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/icu.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-01-01 08:47:17 +0000
committerbde <bde@FreeBSD.org>1998-01-01 08:47:17 +0000
commitf65c51a04d913b4a7c58c81dc9151c120d06aa77 (patch)
tree150fc11f8e71c0be87a4cbf80c726071822c11c4 /sys/i386/isa/icu.h
parent9c98de2bbabe2220cd772d4491f7fa5cad8d6648 (diff)
downloadFreeBSD-src-f65c51a04d913b4a7c58c81dc9151c120d06aa77.zip
FreeBSD-src-f65c51a04d913b4a7c58c81dc9151c120d06aa77.tar.gz
Moved the SMP declarations of INTREN() and INTRDIS() to the correct header,
i.e., the same header as corresponding non-SMP #defines.
Diffstat (limited to 'sys/i386/isa/icu.h')
-rw-r--r--sys/i386/isa/icu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/isa/icu.h b/sys/i386/isa/icu.h
index 4197130..cfe4dce 100644
--- a/sys/i386/isa/icu.h
+++ b/sys/i386/isa/icu.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)icu.h 5.6 (Berkeley) 5/9/91
- * $Id: icu.h,v 1.4 1997/07/22 18:36:06 smp Exp smp $
+ * $Id: icu.h,v 1.15 1997/07/22 20:12:05 fsmp Exp $
*/
/*
@@ -58,6 +58,8 @@
* DO NOT access imen directly, use INTREN()/INTRDIS().
*/
+void INTREN __P((u_int));
+void INTRDIS __P((u_int));
#define INTRMASK(msk,s) (msk |= (s))
#define INTRUNMASK(msk,s) (msk &= ~(s))
OpenPOWER on IntegriCloud