mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Prefer new location for dev/pci/pci*.h
This commit is contained in:
parent
dc5f7dd01b
commit
42495c979e
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@
|
|||
#include <machine/bus.h>
|
||||
#include <machine/resource.h>
|
||||
#include <sys/rman.h>
|
||||
#include <pci/pcireg.h>
|
||||
#include <pci/pcivar.h>
|
||||
#include <dev/pci/pcireg.h>
|
||||
#include <dev/pci/pcivar.h>
|
||||
#include <pci_if.h>
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue