mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add #include <pci/pcivar.h> for definition of PCI_EXTERNAL_LEN.
Reviewed by: Submitted by: Obtained from:
This commit is contained in:
parent
9504046bea
commit
80cdd2af76
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6158
1 changed files with 1 additions and 0 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Reference in a new issue