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.
This commit is contained in:
Thomas Moestl 2001-06-01 13:33:30 +00:00
parent d62de5c4bb
commit 27c775d7bf

View File

@ -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