mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Use the vm include convention of busdma
This commit is contained in:
parent
04b25f8e3e
commit
fc5a2e51fb
2 changed files with 6 additions and 2 deletions
|
|
@ -75,7 +75,9 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
#include <vm/vm_page.h>
|
||||
#include <vm/vm_map.h>
|
||||
|
||||
#ifdef CONFIG_DEFINED
|
||||
#include <cxgb_include.h>
|
||||
#include <sys/mvec.h>
|
||||
|
|
|
|||
|
|
@ -59,7 +59,9 @@ __FBSDID("$FreeBSD$");
|
|||
#include <dev/pci/pcivar.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
#include <vm/vm_page.h>
|
||||
#include <vm/vm_map.h>
|
||||
|
||||
#ifdef CONFIG_DEFINED
|
||||
#include <cxgb_include.h>
|
||||
#include <sys/mvec.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue