diff options
| author | Steve Passe <fsmp@FreeBSD.org> | 1997-08-21 07:36:44 +0000 |
|---|---|---|
| committer | Steve Passe <fsmp@FreeBSD.org> | 1997-08-21 07:36:44 +0000 |
| commit | 21197eb2302730a288c4b38d6268dfe4ac4d53a9 (patch) | |
| tree | 29b04104ec264f729b43aa6c52c21ce8b6a2df51 /sys/dev/eisa | |
| parent | 99216c60619d74a60a5dc84a85d946c16a4a88a5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/eisa')
| -rw-r--r-- | sys/dev/eisa/eisaconf.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index 18f4681dbfe5..7153df6ff03f 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: eisaconf.c,v 1.27 1997/03/13 18:04:02 joerg Exp $ + * $Id: eisaconf.c,v 1.28 1997/07/20 06:31:09 bde Exp $ */ #include "opt_eisa.h" @@ -42,6 +42,9 @@ #include <i386/isa/icu.h> /* Hmmm. Interrupt stuff? */ +#include <i386/isa/intr_machdep.h> +#include <sys/interrupt.h> + struct eisa_device_node{ struct eisa_device dev; struct eisa_device_node *next; |
