1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77584

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