From 27c775d7bf9db947d8d768a264b9a286eb2a5107 Mon Sep 17 00:00:00 2001 From: Thomas Moestl Date: Fri, 1 Jun 2001 13:33:30 +0000 Subject: [PATCH] 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. --- sys/i386/include/intrcnt.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 sys/i386/include/intrcnt.h 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 - -#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