Add #include <pci/pcivar.h> for definition of PCI_EXTERNAL_LEN.

Reviewed by:
Submitted by:
Obtained from:
This commit is contained in:
Stefan Eßer 1995-02-03 20:26:50 +00:00
parent 9504046bea
commit 80cdd2af76
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6158

View file

@ -2,6 +2,7 @@
#include <stdio.h>
#include <string.h>
#include <machine/vmparam.h>
#include <pci/pcivar.h>
static void print_isa(struct devconf *);
static void print_eisa(struct devconf *);