summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2001-06-01 13:33:30 +0000
committertmm <tmm@FreeBSD.org>2001-06-01 13:33:30 +0000
commit047342f08c1b586e36e0c3255a069373525b9e6f (patch)
tree4e17412d065a0eecb461bea05a2439000f3de991 /sys/i386
parentcacf0242b20a64a310c2ba6aad06fdfb349c5588 (diff)
downloadFreeBSD-src-047342f08c1b586e36e0c3255a069373525b9e6f.zip
FreeBSD-src-047342f08c1b586e36e0c3255a069373525b9e6f.tar.gz
This file is not needed any more, the definitions and declarations it
contained have been moved to i386/isa/icu.h and sys/interrupt.h.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/intrcnt.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/i386/include/intrcnt.h b/sys/i386/include/intrcnt.h
deleted file mode 100644
index aa624e3..0000000
--- a/sys/i386/include/intrcnt.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* $FreeBSD$ */
-
-#include <i386/isa/icu.h>
-
-#define INTRCNT_COUNT (1 + ICU_LEN + 2 * ICU_LEN)
-
-#ifdef _KERNEL
-#ifndef LOCORE
-extern u_long intrcnt[]; /* counts for for each device and stray */
-extern char intrnames[]; /* string table containing device names */
-extern char eintrnames[]; /* end of intrnames[] */
-#endif
-#endif
OpenPOWER on IntegriCloud