aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorThomas Moestl <tmm@FreeBSD.org>2001-06-01 13:33:30 +0000
committerThomas Moestl <tmm@FreeBSD.org>2001-06-01 13:33:30 +0000
commit27c775d7bf9db947d8d768a264b9a286eb2a5107 (patch)
tree5bafc1ba9b65bcb67776e8209733e6f3da64413a /sys
parentd62de5c4bb3169ab94efb83302d7c4617cd2a3f2 (diff)
downloadsrc-27c775d7bf9db947d8d768a264b9a286eb2a5107.tar.gz
src-27c775d7bf9db947d8d768a264b9a286eb2a5107.zip
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.
Notes
Notes: svn path=/head/; revision=77584
Diffstat (limited to 'sys')
-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 aa624e334486..000000000000
--- 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